Html Css Color HEX #66770F Fiji Green

📋 copy color: '#66770F'

red 102 ◦ green 119 ◦ blue 15

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

Shades of Fiji Green #66770F

Tints of Fiji Green #66770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

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

R = 43.22%
G = 50.42%
B = 6.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#66770F (or 0x66770F) is known color: Fiji Green. HEX triplet: 66, 77 and 0F. RGB value is (102,119,15). Sum of RGB (Red+Green+Blue) = 102+119+15=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #66770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66770F is #9988F0. Grayscale: #666666. Windows color (decimal): -10062065 or 1013606. OLE color: 1013606.

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

Color convert

RGB 102 119 15 -
CMYK 0.14 0 0.87 0.53
HSL 69.81º 0.78% 0.26% -
HSV(B) 69.81º 0.87% 0.47% -
XYZ 12.16 16.05 2.91 -
YUV 102.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 102 119 15 0.14 0 0.87 0.53 69.81 0.78 0.26
Hex 66 77 F E 0 57 35 46 4E 1A
Octal 146 167 17 16 0 127 65 106 116 32
Binary 1100110 1110111 1111 1110 0 1010111 110101 1000110 1001110 11010

Color Harmonies of #66770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66770F

Black with #66770F

Text Example


Text Example

White with #66770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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