Html Css Color HEX #666302 Fiji Green

📋 copy color: '#666302'

red 102 ◦ green 99 ◦ blue 2

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

Shades of Fiji Green #666302

Tints of Fiji Green #666302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 50.25%
G = 48.77%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#666302 (or 0x666302) is known color: Fiji Green. HEX triplet: 66, 63 and 02. RGB value is (102,99,2). Sum of RGB (Red+Green+Blue) = 102+99+2=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #666302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666302 is #999CFD. Grayscale: #595959. Windows color (decimal): -10067198 or 156518. OLE color: 156518.

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

Color convert

RGB 102 99 2 -
CMYK 0 0.03 0.98 0.6
HSL 58.2º 0.96% 0.2% -
HSV(B) 58.2º 0.98% 0.4% -
XYZ 9.95 11.75 1.8 -
YUV 88.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 102 99 2 0 0.03 0.98 0.6 58.2 0.96 0.2
Hex 66 63 2 0 3 62 3C 3A 60 14
Octal 146 143 2 0 3 142 74 72 140 24
Binary 1100110 1100011 10 0 11 1100010 111100 111010 1100000 10100

Color Harmonies of #666302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666302

Black with #666302

Text Example


Text Example

White with #666302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666302; }

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

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

background-color css

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

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

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

border-color css

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

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

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