Html Css Color HEX #559673 Ocean Green

📋 copy color: '#559673'

red 85 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #559673

Tints of Ocean Green #559673

RGB

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

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

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

R = 24.29%
G = 42.86%
B = 32.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#559673 (or 0x559673) is known color: Ocean Green. HEX triplet: 55, 96 and 73. RGB value is (85,150,115). Sum of RGB (Red+Green+Blue) = 85+150+115=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #559673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559673 is #AA698C. Grayscale: #7E7E7E. Windows color (decimal): -11168141 or 7575125. OLE color: 7575125.

HSL color Cylindrical-coordinate representation of color #559673: hue angle of 147.69º 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 #559673 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 115 -
CMYK 0.43 0 0.23 0.41
HSL 147.69º 0.28% 0.46% -
HSV(B) 147.69º 0.43% 0.59% -
XYZ 17.75 24.98 20.11 -
YUV 126.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 85 150 115 0.43 0 0.23 0.41 147.69 0.28 0.46
Hex 55 96 73 2B 0 17 29 94 1C 2E
Octal 125 226 163 53 0 27 51 224 34 56
Binary 1010101 10010110 1110011 101011 0 10111 101001 10010100 11100 101110

Color Harmonies of #559673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559673

Black with #559673

Text Example


Text Example

White with #559673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559673; }

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

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

background-color css

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

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

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

border-color css

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

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

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