Html Css Color HEX #667004 Fiji Green

📋 copy color: '#667004'

red 102 ◦ green 112 ◦ blue 4

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

Shades of Fiji Green #667004

Tints of Fiji Green #667004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 46.79%
G = 51.38%
B = 1.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#667004 (or 0x667004) is known color: Fiji Green. HEX triplet: 66, 70 and 04. RGB value is (102,112,4). Sum of RGB (Red+Green+Blue) = 102+112+4=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #667004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667004 is #998FFB. Grayscale: #616161. Windows color (decimal): -10063868 or 290918. OLE color: 290918.

HSL color Cylindrical-coordinate representation of color #667004: hue angle of 65.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #667004 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 4 -
CMYK 0.09 0 0.96 0.56
HSL 65.56º 0.93% 0.23% -
HSV(B) 65.56º 0.96% 0.44% -
XYZ 11.3 14.42 2.3 -
YUV 96.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 102 112 4 0.09 0 0.96 0.56 65.56 0.93 0.23
Hex 66 70 4 9 0 60 38 42 5D 17
Octal 146 160 4 11 0 140 70 102 135 27
Binary 1100110 1110000 100 1001 0 1100000 111000 1000010 1011101 10111

Color Harmonies of #667004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667004

Black with #667004

Text Example


Text Example

White with #667004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667004; }

 p { color: rgb(102,112,4); }

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

background-color css

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

 a { background-color: rgb(102,112,4); }

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

border-color css

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

 span { border-color: rgb(102,112,4); }

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