#607702

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

Shades of Fiji Green #607702

Tints of Fiji Green #607702

Color information

#607702 (or 0x607702) is unknown color: approx Fiji Green. HEX triplet: 60, 77 and 02. RGB value is (96,119,2). Sum of RGB (Red+Green+Blue) = 96+119+2=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #607702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607702 is #9F88FD. Grayscale: #636363. Windows color (decimal): -10455294 or 161632. OLE color: 161632.

HSL color Cylindrical-coordinate representation of color #607702: hue angle of 71.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #607702 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB961192-
CMYK0.1900.980.53
HSL71.79º96.69%23.73%-
HSV(B)71.79º98.32%46.67%-
XYZ11.4315.682.48-
YUV98.7873.38126.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=44.24%
G=54.84%
B=0.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9611920.1900.980.5371.7996.6923.73
Hex607721306235486118
Octal14016722301426511014130
Binary110000011101111010011011000101101011001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607702; }

 p { color: rgb(96,119,2); }

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

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

 a { background-color: rgb(96,119,2); }

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

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

 span { border-color: rgb(96,119,2); }

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