Html Css Color HEX #66760C Fiji Green

📋 copy color: '#66760C'

red 102 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #66760C

Tints of Fiji Green #66760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.86%

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

R = 43.97%
G = 50.86%
B = 5.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#66760C (or 0x66760C) is known color: Fiji Green. HEX triplet: 66, 76 and 0C. RGB value is (102,118,12). Sum of RGB (Red+Green+Blue) = 102+118+12=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #66760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66760C is #9989F3. Grayscale: #656565. Windows color (decimal): -10062324 or 816742. OLE color: 816742.

HSL color Cylindrical-coordinate representation of color #66760C: hue angle of 69.06º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66760C is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 12 -
CMYK 0.14 0 0.90 0.54
HSL 69.06º 0.82% 0.25% -
HSV(B) 69.06º 0.9% 0.46% -
XYZ 12.02 15.81 2.77 -
YUV 101.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 102 118 12 0.14 0 0.90 0.54 69.06 0.82 0.25
Hex 66 76 C E 0 5A 36 45 52 19
Octal 146 166 14 16 0 132 66 105 122 31
Binary 1100110 1110110 1100 1110 0 1011010 110110 1000101 1010010 11001

Color Harmonies of #66760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66760C

Black with #66760C

Text Example


Text Example

White with #66760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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