Html Css Color HEX #667114 Fiji Green

📋 copy color: '#667114'

red 102 ◦ green 113 ◦ blue 20

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

Shades of Fiji Green #667114

Tints of Fiji Green #667114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 43.4%
G = 48.09%
B = 8.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#667114 (or 0x667114) is known color: Fiji Green. HEX triplet: 66, 71 and 14. RGB value is (102,113,20). Sum of RGB (Red+Green+Blue) = 102+113+20=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #667114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667114 is #998EEB. Grayscale: #636363. Windows color (decimal): -10063596 or 1339750. OLE color: 1339750.

HSL color Cylindrical-coordinate representation of color #667114: hue angle of 67.1º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #667114 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 20 -
CMYK 0.10 0 0.82 0.56
HSL 67.1º 0.7% 0.26% -
HSV(B) 67.1º 0.82% 0.44% -
XYZ 11.51 14.69 2.89 -
YUV 99.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 102 113 20 0.10 0 0.82 0.56 67.1 0.7 0.26
Hex 66 71 14 A 0 52 38 43 46 1A
Octal 146 161 24 12 0 122 70 103 106 32
Binary 1100110 1110001 10100 1010 0 1010010 111000 1000011 1000110 11010

Color Harmonies of #667114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667114

Black with #667114

Text Example


Text Example

White with #667114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667114; }

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

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

background-color css

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

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

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

border-color css

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

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

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