Html Css Color HEX #66700C Fiji Green

📋 copy color: '#66700C'

red 102 ◦ green 112 ◦ blue 12

#66700C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #66700C

Tints of Fiji Green #66700C

RGB

 RED value IS 102 (40.23% from 255) = 45.13%

 GREEN value IS 112 (44.14% from 255) = 49.56%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 45.13%
G = 49.56%
B = 5.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#66700C (or 0x66700C) is known color: Fiji Green. HEX triplet: 66, 70 and 0C. RGB value is (102,112,12). Sum of RGB (Red+Green+Blue) = 102+112+12=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #66700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66700C is #998FF3. Grayscale: #616161. Windows color (decimal): -10063860 or 815206. OLE color: 815206.

HSL color Cylindrical-coordinate representation of color #66700C: hue angle of 66º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66700C is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 12 -
CMYK 0.09 0 0.89 0.56
HSL 66º 0.81% 0.24% -
HSV(B) 66º 0.89% 0.44% -
XYZ 11.34 14.44 2.54 -
YUV 97.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 102 112 12 0.09 0 0.89 0.56 66 0.81 0.24
Hex 66 70 C 9 0 59 38 42 51 18
Octal 146 160 14 11 0 131 70 102 121 30
Binary 1100110 1110000 1100 1001 0 1011001 111000 1000010 1010001 11000

Color Harmonies of #66700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66700C

Black with #66700C

Text Example


Text Example

White with #66700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66700C; }

 p { color: rgb(102,112,12); }

 H1.HeaderClassName
 {
   color: #66700C;
 }
 .AnyTagClassName
 {
   color: #66700C;
 }
</style>

background-color css

<style>
 a { background-color: #66700C; }

 a { background-color: rgb(102,112,12); }

 div.DivClassName
 {
   background-color: #66700C;
 }
 .BgClassName
 {
   background-color: #66700C;
 }
</style>

border-color css

<style>
 span { border-color: #66700C; }

 span { border-color: rgb(102,112,12); }

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