Html Css Color HEX #559D77 Ocean Green

📋 copy color: '#559D77'

red 85 ◦ green 157 ◦ blue 119

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

Shades of Ocean Green #559D77

Tints of Ocean Green #559D77

RGB

 RED value IS 85 (33.59% from 255) = 23.55%

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 23.55%
G = 43.49%
B = 32.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#559D77 (or 0x559D77) is known color: Ocean Green. HEX triplet: 55, 9D and 77. RGB value is (85,157,119). Sum of RGB (Red+Green+Blue) = 85+157+119=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #559D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D77 is #AA6288. Grayscale: #838383. Windows color (decimal): -11166345 or 7839061. OLE color: 7839061.

HSL color Cylindrical-coordinate representation of color #559D77: hue angle of 148.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D77 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 119 -
CMYK 0.46 0 0.24 0.38
HSL 148.33º 0.3% 0.47% -
HSV(B) 148.33º 0.46% 0.62% -
XYZ 19.13 27.38 21.73 -
YUV 131.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 85 157 119 0.46 0 0.24 0.38 148.33 0.3 0.47
Hex 55 9D 77 2E 0 18 26 94 1E 2F
Octal 125 235 167 56 0 30 46 224 36 57
Binary 1010101 10011101 1110111 101110 0 11000 100110 10010100 11110 101111

Color Harmonies of #559D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D77

Black with #559D77

Text Example


Text Example

White with #559D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559D77; }

 p { color: rgb(85,157,119); }

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

background-color css

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

 a { background-color: rgb(85,157,119); }

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

border-color css

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

 span { border-color: rgb(85,157,119); }

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