Html Css Color HEX #666201 Fiji Green

📋 copy color: '#666201'

red 102 ◦ green 98 ◦ blue 1

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

Shades of Fiji Green #666201

Tints of Fiji Green #666201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 50.75%
G = 48.76%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#666201 (or 0x666201) is known color: Fiji Green. HEX triplet: 66, 62 and 01. RGB value is (102,98,1). Sum of RGB (Red+Green+Blue) = 102+98+1=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #666201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666201 is #999DFE. Grayscale: #585858. Windows color (decimal): -10067455 or 90726. OLE color: 90726.

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

Color convert

RGB 102 98 1 -
CMYK 0 0.04 0.99 0.6
HSL 57.62º 0.98% 0.2% -
HSV(B) 57.62º 0.99% 0.4% -
XYZ 9.85 11.56 1.74 -
YUV 88.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 102 98 1 0 0.04 0.99 0.6 57.62 0.98 0.2
Hex 66 62 1 0 4 63 3C 3A 62 14
Octal 146 142 1 0 4 143 74 72 142 24
Binary 1100110 1100010 1 0 100 1100011 111100 111010 1100010 10100

Color Harmonies of #666201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666201

Black with #666201

Text Example


Text Example

White with #666201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666201; }

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

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

background-color css

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

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

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

border-color css

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

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

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