Html Css Color HEX #599F6A Ocean Green

📋 copy color: '#599F6A'

red 89 ◦ green 159 ◦ blue 106

#599F6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #599F6A

Tints of Ocean Green #599F6A

RGB

 RED value IS 89 (35.16% from 255) = 25.14%

 GREEN value IS 159 (62.5% from 255) = 44.92%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 25.14%
G = 44.92%
B = 29.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#599F6A (or 0x599F6A) is known color: Ocean Green. HEX triplet: 59, 9F and 6A. RGB value is (89,159,106). Sum of RGB (Red+Green+Blue) = 89+159+106=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #599F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F6A is #A66095. Grayscale: #848484. Windows color (decimal): -10903702 or 6987609. OLE color: 6987609.

HSL color Cylindrical-coordinate representation of color #599F6A: hue angle of 134.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F6A is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 159 106 -
CMYK 0.44 0 0.33 0.38
HSL 134.57º 0.28% 0.49% -
HSV(B) 134.57º 0.44% 0.62% -
XYZ 19.12 27.96 18.02 -
YUV 132.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 89 159 106 0.44 0 0.33 0.38 134.57 0.28 0.49
Hex 59 9F 6A 2C 0 21 26 87 1C 31
Octal 131 237 152 54 0 41 46 207 34 61
Binary 1011001 10011111 1101010 101100 0 100001 100110 10000111 11100 110001

Color Harmonies of #599F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599F6A

Black with #599F6A

Text Example


Text Example

White with #599F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,106); }

 H1.HeaderClassName
 {
   color: #599F6A;
 }
 .AnyTagClassName
 {
   color: #599F6A;
 }
</style>

background-color css

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

 a { background-color: rgb(89,159,106); }

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

border-color css

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

 span { border-color: rgb(89,159,106); }

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