#607725

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

Shades of Fiji Green #607725

Tints of Fiji Green #607725

Color information

#607725 (or 0x607725) is unknown color: approx Fiji Green. HEX triplet: 60, 77 and 25. RGB value is (96,119,37). Sum of RGB (Red+Green+Blue) = 96+119+37=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #607725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607725 is #9F88DA. Grayscale: #676767. Windows color (decimal): -10455259 or 2455392. OLE color: 2455392.

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

Color convert

RGB9611937-
CMYK0.1900.690.53
HSL76.83º52.56%30.59%-
HSV(B)76.83º68.91%46.67%-
XYZ11.7515.814.18-
YUV102.7890.88123.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=38.10%
G=47.22%
B=14.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96119370.1900.690.5376.8352.5630.59
Hex60772513045354d351f
Octal14016745230105651156537
Binary110000011101111001011001101000101110101100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607725; }

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

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

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

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

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

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

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

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