Html Css Color HEX #56AB70 Ocean Green

📋 copy color: '#56AB70'

red 86 ◦ green 171 ◦ blue 112

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

Shades of Ocean Green #56AB70

Tints of Ocean Green #56AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.34%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 23.31%
G = 46.34%
B = 30.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#56AB70 (or 0x56AB70) is known color: Ocean Green. HEX triplet: 56, AB and 70. RGB value is (86,171,112). Sum of RGB (Red+Green+Blue) = 86+171+112=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB70 is #A9548F. Grayscale: #8B8B8B. Windows color (decimal): -11097232 or 7383894. OLE color: 7383894.

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

Color convert

RGB 86 171 112 -
CMYK 0.50 0 0.35 0.33
HSL 138.35º 0.34% 0.5% -
HSV(B) 138.35º 0.5% 0.67% -
XYZ 21.33 32.27 20.43 -
YUV 138.86 112.84 90.3 -
System Red Green Blue C M Y K H S L
Decimal 86 171 112 0.50 0 0.35 0.33 138.35 0.34 0.5
Hex 56 AB 70 32 0 23 21 8A 22 32
Octal 126 253 160 62 0 43 41 212 42 62
Binary 1010110 10101011 1110000 110010 0 100011 100001 10001010 100010 110010

Color Harmonies of #56AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AB70

Black with #56AB70

Text Example


Text Example

White with #56AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,171,112); }

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

background-color css

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

 a { background-color: rgb(86,171,112); }

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

border-color css

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

 span { border-color: rgb(86,171,112); }

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