#607003

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

Shades of Fiji Green #607003

Tints of Fiji Green #607003

Color information

#607003 (or 0x607003) is unknown color: approx Fiji Green. HEX triplet: 60, 70 and 03. RGB value is (96,112,3). Sum of RGB (Red+Green+Blue) = 96+112+3=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #607003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607003 is #9F8FFC. Grayscale: #5F5F5F. Windows color (decimal): -10457085 or 225376. OLE color: 225376.

HSL color Cylindrical-coordinate representation of color #607003: hue angle of 68.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #607003 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB961123-
CMYK0.1400.970.56
HSL68.81º94.78%22.55%-
HSV(B)68.81º97.32%43.92%-
XYZ10.6314.082.24-
YUV94.7976.2128.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=45.50%
G=53.08%
B=1.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9611230.1400.970.5668.8194.7822.55
Hex60703E06138455f17
Octal14016031601417010513727
Binary11000001110000111110011000011110001000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607003; }

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

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

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

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

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

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

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

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