#607812

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

Shades of Fiji Green #607812

Tints of Fiji Green #607812

Color information

#607812 (or 0x607812) is unknown color: approx Fiji Green. HEX triplet: 60, 78 and 12. RGB value is (96,120,18). Sum of RGB (Red+Green+Blue) = 96+120+18=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #607812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607812 is #9F87ED. Grayscale: #656565. Windows color (decimal): -10455022 or 1210464. OLE color: 1210464.

HSL color Cylindrical-coordinate representation of color #607812: hue angle of 74.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #607812 is Cyan = 0.2, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB9612018-
CMYK0.200.850.53
HSL74.12º73.91%27.06%-
HSV(B)74.12º85%47.06%-
XYZ11.6515.963.04-
YUV101.281.05124.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=41.03%
G=51.28%
B=7.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96120180.200.850.5374.1273.9127.06
Hex60781214055354a4a1b
Octal140170222401256511211233
Binary110000011110001001010100010101011101011001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607812; }

 p { color: rgb(96,120,18); }

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

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

 a { background-color: rgb(96,120,18); }

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

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

 span { border-color: rgb(96,120,18); }

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