#599C6C

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

Shades of Ocean Green #599C6C

Tints of Ocean Green #599C6C

Color information

#599C6C (or 0x599C6C) is unknown color: approx Ocean Green. HEX triplet: 59, 9C and 6C. RGB value is (89,156,108). Sum of RGB (Red+Green+Blue) = 89+156+108=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #599C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C6C is #A66393. Grayscale: #828282. Windows color (decimal): -10904468 or 7117913. OLE color: 7117913.

HSL color Cylindrical-coordinate representation of color #599C6C: hue angle of 137.01º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C6C is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB89156108-
CMYK0.4300.310.39
HSL137.01º27.35%48.04%-
HSV(B)137.01º42.95%61.18%-
XYZ18.7226.9818.41-
YUV130.5115.398.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=25.21%
G=44.19%
B=30.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561080.4300.310.39137.0127.3548.04
Hex599C6C2B01F27891b30
Octal13123415453037472113360
Binary10110011001110011011001010110111111001111000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599C6C; }

 p { color: rgb(89,156,108); }

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

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

 a { background-color: rgb(89,156,108); }

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

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

 span { border-color: rgb(89,156,108); }

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