#599A6F

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

Shades of Ocean Green #599A6F

Tints of Ocean Green #599A6F

Color information

#599A6F (or 0x599A6F) is unknown color: approx Ocean Green. HEX triplet: 59, 9A and 6F. RGB value is (89,154,111). Sum of RGB (Red+Green+Blue) = 89+154+111=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #599A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A6F is #A66590. Grayscale: #818181. Windows color (decimal): -10904977 or 7314009. OLE color: 7314009.

HSL color Cylindrical-coordinate representation of color #599A6F: hue angle of 140.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A6F is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB89154111-
CMYK0.4200.280.40
HSL140.31º26.75%47.65%-
HSV(B)140.31º42.21%60.39%-
XYZ18.5426.3819.15-
YUV129.66117.4799-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=25.14%
G=43.50%
B=31.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891541110.4200.280.40140.3126.7547.65
Hex599A6F2A01C288c1b30
Octal13123215752034502143360
Binary10110011001101011011111010100111001010001000110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,154,111); }

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

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

 a { background-color: rgb(89,154,111); }

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

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

 span { border-color: rgb(89,154,111); }

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