#606600

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

Shades of Fiji Green #606600

Tints of Fiji Green #606600

Color information

#606600 (or 0x606600) is unknown color: approx Fiji Green. HEX triplet: 60, 66 and 00. RGB value is (96,102,0). Sum of RGB (Red+Green+Blue) = 96+102+0=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #606600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606600 is #9F99FF. Grayscale: #585858. Windows color (decimal): -10459648 or 26208. OLE color: 26208.

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

Color convert

RGB961020-
CMYK0.06010.6
HSL63.53º100%20%-
HSV(B)63.53º100%40%-
XYZ9.5811.991.81-
YUV88.5878.01133.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.48%
G=51.52%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9610200.06010.663.5310020
Hex6066060643C406414
Octal1401460601447410014424
Binary110000011001100110011001001111001000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606600; }

 p { color: rgb(96,102,0); }

 H1.HeaderClassName
 {
   color: #606600;
 }
 .AnyTagClassName
 {
   color: #606600;
 }
</style>
background-color css

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

 a { background-color: rgb(96,102,0); }

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

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

 span { border-color: rgb(96,102,0); }

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