Html Css Color HEX #559675 Ocean Green

📋 copy color: '#559675'

red 85 ◦ green 150 ◦ blue 117

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

Shades of Ocean Green #559675

Tints of Ocean Green #559675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 24.15%
G = 42.61%
B = 33.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#559675 (or 0x559675) is known color: Ocean Green. HEX triplet: 55, 96 and 75. RGB value is (85,150,117). Sum of RGB (Red+Green+Blue) = 85+150+117=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #559675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559675 is #AA698A. Grayscale: #7E7E7E. Windows color (decimal): -11168139 or 7706197. OLE color: 7706197.

HSL color Cylindrical-coordinate representation of color #559675: hue angle of 149.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559675 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 117 -
CMYK 0.43 0 0.22 0.41
HSL 149.54º 0.28% 0.46% -
HSV(B) 149.54º 0.43% 0.59% -
XYZ 17.86 25.03 20.72 -
YUV 126.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 85 150 117 0.43 0 0.22 0.41 149.54 0.28 0.46
Hex 55 96 75 2B 0 16 29 96 1C 2E
Octal 125 226 165 53 0 26 51 226 34 56
Binary 1010101 10010110 1110101 101011 0 10110 101001 10010110 11100 101110

Color Harmonies of #559675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559675

Black with #559675

Text Example


Text Example

White with #559675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559675; }

 p { color: rgb(85,150,117); }

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

background-color css

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

 a { background-color: rgb(85,150,117); }

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

border-color css

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

 span { border-color: rgb(85,150,117); }

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