Html Css Color HEX #666502 Fiji Green

📋 copy color: '#666502'

red 102 ◦ green 101 ◦ blue 2

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

Shades of Fiji Green #666502

Tints of Fiji Green #666502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.27%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 49.76%
G = 49.27%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#666502 (or 0x666502) is known color: Fiji Green. HEX triplet: 66, 65 and 02. RGB value is (102,101,2). Sum of RGB (Red+Green+Blue) = 102+101+2=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #666502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666502 is #999AFD. Grayscale: #5A5A5A. Windows color (decimal): -10066686 or 157030. OLE color: 157030.

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

Color convert

RGB 102 101 2 -
CMYK 0 0.01 0.98 0.6
HSL 59.4º 0.96% 0.2% -
HSV(B) 59.4º 0.98% 0.4% -
XYZ 10.14 12.14 1.87 -
YUV 90.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 102 101 2 0 0.01 0.98 0.6 59.4 0.96 0.2
Hex 66 65 2 0 1 62 3C 3B 60 14
Octal 146 145 2 0 1 142 74 73 140 24
Binary 1100110 1100101 10 0 1 1100010 111100 111011 1100000 10100

Color Harmonies of #666502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666502

Black with #666502

Text Example


Text Example

White with #666502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666502; }

 p { color: rgb(102,101,2); }

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

background-color css

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

 a { background-color: rgb(102,101,2); }

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

border-color css

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

 span { border-color: rgb(102,101,2); }

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