#607205

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

Shades of Fiji Green #607205

Tints of Fiji Green #607205

Color information

#607205 (or 0x607205) is unknown color: approx Fiji Green. HEX triplet: 60, 72 and 05. RGB value is (96,114,5). Sum of RGB (Red+Green+Blue) = 96+114+5=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #607205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607205 is #9F8DFA. Grayscale: #606060. Windows color (decimal): -10456571 or 356960. OLE color: 356960.

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

Color convert

RGB961145-
CMYK0.1600.960.55
HSL69.91º91.6%23.33%-
HSV(B)69.91º95.61%44.71%-
XYZ10.8714.532.38-
YUV96.1976.54127.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=44.65%
G=53.02%
B=2.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9611450.1600.960.5569.9191.623.33
Hex607251006037465c17
Octal14016252001406710613427
Binary1100000111001010110000011000001101111000110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607205; }

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

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

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

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

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

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

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

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