Html Css Color HEX #59996D Ocean Green

📋 copy color: '#59996D'

red 89 ◦ green 153 ◦ blue 109

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

Shades of Ocean Green #59996D

Tints of Ocean Green #59996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 25.36%
G = 43.59%
B = 31.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#59996D (or 0x59996D) is known color: Ocean Green. HEX triplet: 59, 99 and 6D. RGB value is (89,153,109). Sum of RGB (Red+Green+Blue) = 89+153+109=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #59996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59996D is #A66692. Grayscale: #808080. Windows color (decimal): -10905235 or 7182681. OLE color: 7182681.

HSL color Cylindrical-coordinate representation of color #59996D: hue angle of 138.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59996D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 109 -
CMYK 0.42 0 0.29 0.4
HSL 138.75º 0.26% 0.47% -
HSV(B) 138.75º 0.42% 0.6% -
XYZ 18.27 26.01 18.53 -
YUV 128.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 89 153 109 0.42 0 0.29 0.4 138.75 0.26 0.47
Hex 59 99 6D 2A 0 1D 28 8B 1A 2F
Octal 131 231 155 52 0 35 50 213 32 57
Binary 1011001 10011001 1101101 101010 0 11101 101000 10001011 11010 101111

Color Harmonies of #59996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59996D

Black with #59996D

Text Example


Text Example

White with #59996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59996D; }

 p { color: rgb(89,153,109); }

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

background-color css

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

 a { background-color: rgb(89,153,109); }

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

border-color css

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

 span { border-color: rgb(89,153,109); }

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