#607011

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

Shades of Fiji Green #607011

Tints of Fiji Green #607011

Color information

#607011 (or 0x607011) is unknown color: approx Fiji Green. HEX triplet: 60, 70 and 11. RGB value is (96,112,17). Sum of RGB (Red+Green+Blue) = 96+112+17=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #607011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607011 is #9F8FEE. Grayscale: #606060. Windows color (decimal): -10457071 or 1142880. OLE color: 1142880.

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

Color convert

RGB9611217-
CMYK0.1400.850.56
HSL70.11º73.64%25.29%-
HSV(B)70.11º84.82%43.92%-
XYZ10.7214.122.69-
YUV96.3983.2127.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=42.67%
G=49.78%
B=7.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112170.1400.850.5670.1173.6425.29
Hex607011E05538464a19
Octal140160211601257010611231
Binary11000001110000100011110010101011110001000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607011; }

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

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

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

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

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

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

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

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