Html Css Color HEX #56AA73 Ocean Green

📋 copy color: '#56AA73'

red 86 ◦ green 170 ◦ blue 115

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

Shades of Ocean Green #56AA73

Tints of Ocean Green #56AA73

RGB

 RED value IS 86 (33.98% from 255) = 23.18%

 GREEN value IS 170 (66.8% from 255) = 45.82%

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

R = 23.18%
G = 45.82%
B = 31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#56AA73 (or 0x56AA73) is known color: Ocean Green. HEX triplet: 56, AA and 73. RGB value is (86,170,115). Sum of RGB (Red+Green+Blue) = 86+170+115=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA73 is #A9558C. Grayscale: #8A8A8A. Windows color (decimal): -11097485 or 7580246. OLE color: 7580246.

HSL color Cylindrical-coordinate representation of color #56AA73: hue angle of 140.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AA73 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 170 115 -
CMYK 0.49 0 0.32 0.33
HSL 140.71º 0.33% 0.5% -
HSV(B) 140.71º 0.49% 0.67% -
XYZ 21.31 31.97 21.27 -
YUV 138.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 86 170 115 0.49 0 0.32 0.33 140.71 0.33 0.5
Hex 56 AA 73 31 0 20 21 8D 21 32
Octal 126 252 163 61 0 40 41 215 41 62
Binary 1010110 10101010 1110011 110001 0 100000 100001 10001101 100001 110010

Color Harmonies of #56AA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AA73

Black with #56AA73

Text Example


Text Example

White with #56AA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AA73; }

 p { color: rgb(86,170,115); }

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

background-color css

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

 a { background-color: rgb(86,170,115); }

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

border-color css

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

 span { border-color: rgb(86,170,115); }

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