Html Css Color HEX #599673 Ocean Green

📋 copy color: '#599673'

red 89 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #599673

Tints of Ocean Green #599673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 25.14%
G = 42.37%
B = 32.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#599673 (or 0x599673) is known color: Ocean Green. HEX triplet: 59, 96 and 73. RGB value is (89,150,115). Sum of RGB (Red+Green+Blue) = 89+150+115=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #599673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599673 is #A6698C. Grayscale: #7F7F7F. Windows color (decimal): -10905997 or 7575129. OLE color: 7575129.

HSL color Cylindrical-coordinate representation of color #599673: hue angle of 145.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599673 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 115 -
CMYK 0.41 0 0.23 0.41
HSL 145.57º 0.26% 0.47% -
HSV(B) 145.57º 0.41% 0.59% -
XYZ 18.12 25.17 20.12 -
YUV 127.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 89 150 115 0.41 0 0.23 0.41 145.57 0.26 0.47
Hex 59 96 73 29 0 17 29 92 1A 2F
Octal 131 226 163 51 0 27 51 222 32 57
Binary 1011001 10010110 1110011 101001 0 10111 101001 10010010 11010 101111

Color Harmonies of #599673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599673

Black with #599673

Text Example


Text Example

White with #599673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599673; }

 p { color: rgb(89,150,115); }

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

background-color css

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

 a { background-color: rgb(89,150,115); }

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

border-color css

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

 span { border-color: rgb(89,150,115); }

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