Html Css Color HEX #66781F Fiji Green

📋 copy color: '#66781F'

red 102 ◦ green 120 ◦ blue 31

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

Shades of Fiji Green #66781F

Tints of Fiji Green #66781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 40.32%
G = 47.43%
B = 12.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#66781F (or 0x66781F) is known color: Fiji Green. HEX triplet: 66, 78 and 1F. RGB value is (102,120,31). Sum of RGB (Red+Green+Blue) = 102+120+31=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #66781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66781F is #9987E0. Grayscale: #686868. Windows color (decimal): -10061793 or 2062438. OLE color: 2062438.

HSL color Cylindrical-coordinate representation of color #66781F: hue angle of 72.13º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66781F is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 31 -
CMYK 0.15 0 0.74 0.53
HSL 72.13º 0.59% 0.3% -
HSV(B) 72.13º 0.74% 0.47% -
XYZ 12.44 16.36 3.8 -
YUV 104.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 102 120 31 0.15 0 0.74 0.53 72.13 0.59 0.3
Hex 66 78 1F F 0 4A 35 48 3B 1E
Octal 146 170 37 17 0 112 65 110 73 36
Binary 1100110 1111000 11111 1111 0 1001010 110101 1001000 111011 11110

Color Harmonies of #66781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66781F

Black with #66781F

Text Example


Text Example

White with #66781F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,120,31); }

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

background-color css

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

 a { background-color: rgb(102,120,31); }

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

border-color css

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

 span { border-color: rgb(102,120,31); }

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