#607210

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

Shades of Fiji Green #607210

Tints of Fiji Green #607210

Color information

#607210 (or 0x607210) is unknown color: approx Fiji Green. HEX triplet: 60, 72 and 10. RGB value is (96,114,16). Sum of RGB (Red+Green+Blue) = 96+114+16=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #607210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607210 is #9F8DEF. Grayscale: #616161. Windows color (decimal): -10456560 or 1077856. OLE color: 1077856.

HSL color Cylindrical-coordinate representation of color #607210: hue angle of 71.02º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #607210 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB9611416-
CMYK0.1600.860.55
HSL71.02º75.38%25.49%-
HSV(B)71.02º85.96%44.71%-
XYZ10.9314.562.72-
YUV97.4582.04126.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=42.48%
G=50.44%
B=7.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114160.1600.860.5571.0275.3825.49
Hex6072101005637474b19
Octal140162202001266710711331
Binary110000011100101000010000010101101101111000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607210; }

 p { color: rgb(96,114,16); }

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

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

 a { background-color: rgb(96,114,16); }

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

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

 span { border-color: rgb(96,114,16); }

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