Html Css Color HEX #667514 Fiji Green

📋 copy color: '#667514'

red 102 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #667514

Tints of Fiji Green #667514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

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

R = 42.68%
G = 48.95%
B = 8.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#667514 (or 0x667514) is known color: Fiji Green. HEX triplet: 66, 75 and 14. RGB value is (102,117,20). Sum of RGB (Red+Green+Blue) = 102+117+20=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #667514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667514 is #998AEB. Grayscale: #656565. Windows color (decimal): -10062572 or 1340774. OLE color: 1340774.

HSL color Cylindrical-coordinate representation of color #667514: hue angle of 69.28º 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 #667514 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 20 -
CMYK 0.13 0 0.83 0.54
HSL 69.28º 0.71% 0.27% -
HSV(B) 69.28º 0.83% 0.46% -
XYZ 11.97 15.6 3.04 -
YUV 101.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 102 117 20 0.13 0 0.83 0.54 69.28 0.71 0.27
Hex 66 75 14 D 0 53 36 45 47 1B
Octal 146 165 24 15 0 123 66 105 107 33
Binary 1100110 1110101 10100 1101 0 1010011 110110 1000101 1000111 11011

Color Harmonies of #667514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667514

Black with #667514

Text Example


Text Example

White with #667514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667514; }

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

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

background-color css

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

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

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

border-color css

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

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

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