Html Css Color HEX #667413 Fiji Green

📋 copy color: '#667413'

red 102 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #667413

Tints of Fiji Green #667413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 43.04%
G = 48.95%
B = 8.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#667413 (or 0x667413) is known color: Fiji Green. HEX triplet: 66, 74 and 13. RGB value is (102,116,19). Sum of RGB (Red+Green+Blue) = 102+116+19=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #667413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667413 is #998BEC. Grayscale: #656565. Windows color (decimal): -10062829 or 1274982. OLE color: 1274982.

HSL color Cylindrical-coordinate representation of color #667413: hue angle of 68.66º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #667413 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 19 -
CMYK 0.12 0 0.84 0.55
HSL 68.66º 0.72% 0.26% -
HSV(B) 68.66º 0.84% 0.45% -
XYZ 11.84 15.36 2.96 -
YUV 100.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 102 116 19 0.12 0 0.84 0.55 68.66 0.72 0.26
Hex 66 74 13 C 0 54 37 45 48 1A
Octal 146 164 23 14 0 124 67 105 110 32
Binary 1100110 1110100 10011 1100 0 1010100 110111 1000101 1001000 11010

Color Harmonies of #667413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667413

Black with #667413

Text Example


Text Example

White with #667413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667413; }

 p { color: rgb(102,116,19); }

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

background-color css

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

 a { background-color: rgb(102,116,19); }

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

border-color css

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

 span { border-color: rgb(102,116,19); }

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