Html Css Color HEX #56A772 Ocean Green

📋 copy color: '#56A772'

red 86 ◦ green 167 ◦ blue 114

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

Shades of Ocean Green #56A772

Tints of Ocean Green #56A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.5%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 23.43%
G = 45.5%
B = 31.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#56A772 (or 0x56A772) is known color: Ocean Green. HEX triplet: 56, A7 and 72. RGB value is (86,167,114). Sum of RGB (Red+Green+Blue) = 86+167+114=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #56A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A772 is #A9588D. Grayscale: #888888. Windows color (decimal): -11098254 or 7513942. OLE color: 7513942.

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

Color convert

RGB 86 167 114 -
CMYK 0.49 0 0.32 0.35
HSL 140.74º 0.32% 0.5% -
HSV(B) 140.74º 0.49% 0.65% -
XYZ 20.69 30.83 20.78 -
YUV 136.74 115.16 91.81 -
System Red Green Blue C M Y K H S L
Decimal 86 167 114 0.49 0 0.32 0.35 140.74 0.32 0.5
Hex 56 A7 72 31 0 20 23 8D 20 32
Octal 126 247 162 61 0 40 43 215 40 62
Binary 1010110 10100111 1110010 110001 0 100000 100011 10001101 100000 110010

Color Harmonies of #56A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A772

Black with #56A772

Text Example


Text Example

White with #56A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,167,114); }

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

background-color css

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

 a { background-color: rgb(86,167,114); }

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

border-color css

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

 span { border-color: rgb(86,167,114); }

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