#607216

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

Shades of Fiji Green #607216

Tints of Fiji Green #607216

Color information

#607216 (or 0x607216) is unknown color: approx Fiji Green. HEX triplet: 60, 72 and 16. RGB value is (96,114,22). Sum of RGB (Red+Green+Blue) = 96+114+22=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #607216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607216 is #9F8DE9. Grayscale: #626262. Windows color (decimal): -10456554 or 1471072. OLE color: 1471072.

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

Color convert

RGB9611422-
CMYK0.1600.810.55
HSL71.74º67.65%26.67%-
HSV(B)71.74º80.7%44.71%-
XYZ10.9914.582.99-
YUV98.1385.04126.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 22 (8.98% from 255) = 9.48%
R=41.38%
G=49.14%
B=9.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114220.1600.810.5571.7467.6526.67
Hex607216100513748441b
Octal140162262001216711010433
Binary110000011100101011010000010100011101111001000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607216; }

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

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

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

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

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

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

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

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