#666302

Color #666302 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #666302

Tints of Fiji Green #666302

Color information

#666302 (or 0x666302) is unknown color: approx 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

RGB102992-
CMYK00.030.980.6
HSL58.2º96.15%20.39%-
HSV(B)58.2º98.04%40%-
XYZ9.9511.751.8-
YUV88.8478.99137.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299200.030.980.658.296.1520.39
Hex6663203623C3a6014
Octal146143203142747214024
Binary11001101100011100111100010111100111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>