Html Css Color HEX #667614 Fiji Green

📋 copy color: '#667614'

red 102 ◦ green 118 ◦ blue 20

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

Shades of Fiji Green #667614

Tints of Fiji Green #667614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 42.5%
G = 49.17%
B = 8.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#667614 (or 0x667614) is known color: Fiji Green. HEX triplet: 66, 76 and 14. RGB value is (102,118,20). Sum of RGB (Red+Green+Blue) = 102+118+20=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #667614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667614 is #9989EB. Grayscale: #666666. Windows color (decimal): -10062316 or 1341030. OLE color: 1341030.

HSL color Cylindrical-coordinate representation of color #667614: hue angle of 69.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #667614 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 20 -
CMYK 0.14 0 0.83 0.54
HSL 69.8º 0.71% 0.27% -
HSV(B) 69.8º 0.83% 0.46% -
XYZ 12.08 15.83 3.08 -
YUV 102.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 102 118 20 0.14 0 0.83 0.54 69.8 0.71 0.27
Hex 66 76 14 E 0 53 36 46 47 1B
Octal 146 166 24 16 0 123 66 106 107 33
Binary 1100110 1110110 10100 1110 0 1010011 110110 1000110 1000111 11011

Color Harmonies of #667614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667614

Black with #667614

Text Example


Text Example

White with #667614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667614; }

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

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

background-color css

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

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

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

border-color css

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

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

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