Html Css Color HEX #666202 Fiji Green

📋 copy color: '#666202'

red 102 ◦ green 98 ◦ blue 2

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

Shades of Fiji Green #666202

Tints of Fiji Green #666202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

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

R = 50.5%
G = 48.51%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#666202 (or 0x666202) is known color: Fiji Green. HEX triplet: 66, 62 and 02. RGB value is (102,98,2). Sum of RGB (Red+Green+Blue) = 102+98+2=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #666202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666202 is #999DFD. Grayscale: #585858. Windows color (decimal): -10067454 or 156262. OLE color: 156262.

HSL color Cylindrical-coordinate representation of color #666202: hue angle of 57.6º 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 #666202 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 98 2 -
CMYK 0 0.04 0.98 0.6
HSL 57.6º 0.96% 0.2% -
HSV(B) 57.6º 0.98% 0.4% -
XYZ 9.86 11.56 1.77 -
YUV 88.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 102 98 2 0 0.04 0.98 0.6 57.6 0.96 0.2
Hex 66 62 2 0 4 62 3C 3A 60 14
Octal 146 142 2 0 4 142 74 72 140 24
Binary 1100110 1100010 10 0 100 1100010 111100 111010 1100000 10100

Color Harmonies of #666202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666202

Black with #666202

Text Example


Text Example

White with #666202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666202; }

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

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

background-color css

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

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

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

border-color css

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

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

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