Html Css Color HEX #666004 Fiji Green

📋 copy color: '#666004'

red 102 ◦ green 96 ◦ blue 4

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

Shades of Fiji Green #666004

Tints of Fiji Green #666004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

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

R = 50.5%
G = 47.52%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#666004 (or 0x666004) is known color: Fiji Green. HEX triplet: 66, 60 and 04. RGB value is (102,96,4). Sum of RGB (Red+Green+Blue) = 102+96+4=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #666004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666004 is #999FFB. Grayscale: #575757. Windows color (decimal): -10067964 or 286822. OLE color: 286822.

HSL color Cylindrical-coordinate representation of color #666004: hue angle of 56.33º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #666004 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 4 -
CMYK 0 0.06 0.96 0.6
HSL 56.33º 0.92% 0.21% -
HSV(B) 56.33º 0.96% 0.4% -
XYZ 9.68 11.2 1.77 -
YUV 87.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 102 96 4 0 0.06 0.96 0.6 56.33 0.92 0.21
Hex 66 60 4 0 6 60 3C 38 5C 15
Octal 146 140 4 0 6 140 74 70 134 25
Binary 1100110 1100000 100 0 110 1100000 111100 111000 1011100 10101

Color Harmonies of #666004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666004

Black with #666004

Text Example


Text Example

White with #666004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666004; }

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

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

background-color css

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

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

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

border-color css

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

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

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