#6A730D

Color #6A730D Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #6A730D

Tints of Fiji Green #6A730D

Color information

#6A730D (or 0x6A730D) is unknown color: approx Fiji Green. HEX triplet: 6A, 73 and 0D. RGB value is (106,115,13). Sum of RGB (Red+Green+Blue) = 106+115+13=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #6A730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A730D is #958CF2. Grayscale: #656565. Windows color (decimal): -9800947 or 881514. OLE color: 881514.

HSL color Cylindrical-coordinate representation of color #6A730D: hue angle of 65.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A730D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB10611513-
CMYK0.0800.890.55
HSL65.29º79.69%25.1%-
HSV(B)65.29º88.7%45.1%-
XYZ12.1515.352.7-
YUV100.6878.52131.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=45.30%
G=49.15%
B=5.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115130.0800.890.5565.2979.6925.1
Hex6A73D805937415019
Octal152163151001316710112031
Binary1101010111001111011000010110011101111000001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A730D; }

 p { color: rgb(106,115,13); }

 H1.HeaderClassName
 {
   color: #6A730D;
 }
 .AnyTagClassName
 {
   color: #6A730D;
 }
</style>
background-color css

<style>
 a { background-color: #6A730D; }

 a { background-color: rgb(106,115,13); }

 div.DivClassName
 {
   background-color: #6A730D;
 }
 .BgClassName
 {
   background-color: #6A730D;
 }
</style>
border-color css

<style>
 span { border-color: #6A730D; }

 span { border-color: rgb(106,115,13); }

 td.TdClassName
 {
   border-color: #6A730D;
 }
 .TagClassName
 {
   border-color: #6A730D;
 }
</style>