#606D03

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

Shades of Fiji Green #606D03

Tints of Fiji Green #606D03

Color information

#606D03 (or 0x606D03) is unknown color: approx Fiji Green. HEX triplet: 60, 6D and 03. RGB value is (96,109,3). Sum of RGB (Red+Green+Blue) = 96+109+3=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #606D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D03 is #9F92FC. Grayscale: #5D5D5D. Windows color (decimal): -10457853 or 224608. OLE color: 224608.

HSL color Cylindrical-coordinate representation of color #606D03: hue angle of 67.36º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #606D03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB961093-
CMYK0.1200.970.57
HSL67.36º94.64%21.96%-
HSV(B)67.36º97.25%42.75%-
XYZ10.3113.432.14-
YUV93.0377.19130.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=46.15%
G=52.40%
B=1.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9610930.1200.970.5767.3694.6421.96
Hex606D3C06139435f16
Octal14015531401417110313726
Binary11000001101101111100011000011110011000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606D03; }

 p { color: rgb(96,109,3); }

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

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

 a { background-color: rgb(96,109,3); }

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

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

 span { border-color: rgb(96,109,3); }

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