Html Css Color HEX #66760F Fiji Green

📋 copy color: '#66760F'

red 102 ◦ green 118 ◦ blue 15

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

Shades of Fiji Green #66760F

Tints of Fiji Green #66760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 43.4%
G = 50.21%
B = 6.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#66760F (or 0x66760F) is known color: Fiji Green. HEX triplet: 66, 76 and 0F. RGB value is (102,118,15). Sum of RGB (Red+Green+Blue) = 102+118+15=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #66760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66760F is #9989F0. Grayscale: #656565. Windows color (decimal): -10062321 or 1013350. OLE color: 1013350.

HSL color Cylindrical-coordinate representation of color #66760F: hue angle of 69.32º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66760F is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 15 -
CMYK 0.14 0 0.87 0.54
HSL 69.32º 0.77% 0.26% -
HSV(B) 69.32º 0.87% 0.46% -
XYZ 12.04 15.82 2.87 -
YUV 101.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 102 118 15 0.14 0 0.87 0.54 69.32 0.77 0.26
Hex 66 76 F E 0 57 36 45 4D 1A
Octal 146 166 17 16 0 127 66 105 115 32
Binary 1100110 1110110 1111 1110 0 1010111 110110 1000101 1001101 11010

Color Harmonies of #66760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66760F

Black with #66760F

Text Example


Text Example

White with #66760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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