#607128

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

Shades of Fiji Green #607128

Tints of Fiji Green #607128

Color information

#607128 (or 0x607128) is unknown color: approx Fiji Green. HEX triplet: 60, 71 and 28. RGB value is (96,113,40). Sum of RGB (Red+Green+Blue) = 96+113+40=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #607128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607128 is #9F8ED7. Grayscale: #636363. Windows color (decimal): -10456792 or 2650464. OLE color: 2650464.

HSL color Cylindrical-coordinate representation of color #607128: hue angle of 73.97º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #607128 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB9611340-
CMYK0.1500.650.56
HSL73.97º47.71%30%-
HSV(B)73.97º64.6%44.31%-
XYZ11.1114.454.21-
YUV99.694.37125.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=38.55%
G=45.38%
B=16.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113400.1500.650.5673.9747.7130
Hex607128F041384a301e
Octal14016150170101701126036
Binary11000001110001101000111101000001111000100101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607128; }

 p { color: rgb(96,113,40); }

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

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

 a { background-color: rgb(96,113,40); }

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

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

 span { border-color: rgb(96,113,40); }

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