Html Css Color HEX #559F74 Ocean Green

📋 copy color: '#559F74'

red 85 ◦ green 159 ◦ blue 116

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

Shades of Ocean Green #559F74

Tints of Ocean Green #559F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.22%

R = 23.61%
G = 44.17%
B = 32.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#559F74 (or 0x559F74) is known color: Ocean Green. HEX triplet: 55, 9F and 74. RGB value is (85,159,116). Sum of RGB (Red+Green+Blue) = 85+159+116=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #559F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F74 is #AA608B. Grayscale: #848484. Windows color (decimal): -11165836 or 7642965. OLE color: 7642965.

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

Color convert

RGB 85 159 116 -
CMYK 0.47 0 0.27 0.38
HSL 145.14º 0.3% 0.48% -
HSV(B) 145.14º 0.47% 0.62% -
XYZ 19.3 27.99 20.91 -
YUV 131.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 85 159 116 0.47 0 0.27 0.38 145.14 0.3 0.48
Hex 55 9F 74 2F 0 1B 26 91 1E 30
Octal 125 237 164 57 0 33 46 221 36 60
Binary 1010101 10011111 1110100 101111 0 11011 100110 10010001 11110 110000

Color Harmonies of #559F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F74

Black with #559F74

Text Example


Text Example

White with #559F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,116); }

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

background-color css

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

 a { background-color: rgb(85,159,116); }

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

border-color css

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

 span { border-color: rgb(85,159,116); }

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