#607428

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

Shades of Fiji Green #607428

Tints of Fiji Green #607428

Color information

#607428 (or 0x607428) is unknown color: approx Fiji Green. HEX triplet: 60, 74 and 28. RGB value is (96,116,40). Sum of RGB (Red+Green+Blue) = 96+116+40=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #607428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607428 is #9F8BD7. Grayscale: #656565. Windows color (decimal): -10456024 or 2651232. OLE color: 2651232.

HSL color Cylindrical-coordinate representation of color #607428: hue angle of 75.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #607428 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB9611640-
CMYK0.1700.660.55
HSL75.79º48.72%30.59%-
HSV(B)75.79º65.52%45.49%-
XYZ11.4515.134.32-
YUV101.3693.37124.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=38.10%
G=46.03%
B=15.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116400.1700.660.5575.7948.7230.59
Hex60742811042374c311f
Octal14016450210102671146137
Binary110000011101001010001000101000010110111100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607428; }

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

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

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

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

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

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

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

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