#607425

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

Shades of Fiji Green #607425

Tints of Fiji Green #607425

Color information

#607425 (or 0x607425) is unknown color: approx Fiji Green. HEX triplet: 60, 74 and 25. RGB value is (96,116,37). Sum of RGB (Red+Green+Blue) = 96+116+37=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #607425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607425 is #9F8BDA. Grayscale: #656565. Windows color (decimal): -10456027 or 2454624. OLE color: 2454624.

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

Color convert

RGB9611637-
CMYK0.1700.680.55
HSL75.19º51.63%30%-
HSV(B)75.19º68.1%45.49%-
XYZ11.415.114.07-
YUV101.0191.87124.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=38.55%
G=46.59%
B=14.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116370.1700.680.5575.1951.6330
Hex60742511044374b341e
Octal14016445210104671136436
Binary110000011101001001011000101000100110111100101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607425; }

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

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

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

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

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

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

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

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