Html Css Color HEX #56A777 Ocean Green

📋 copy color: '#56A777'

red 86 ◦ green 167 ◦ blue 119

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

Shades of Ocean Green #56A777

Tints of Ocean Green #56A777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 23.12%
G = 44.89%
B = 31.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#56A777 (or 0x56A777) is known color: Ocean Green. HEX triplet: 56, A7 and 77. RGB value is (86,167,119). Sum of RGB (Red+Green+Blue) = 86+167+119=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #56A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A777 is #A95888. Grayscale: #898989. Windows color (decimal): -11098249 or 7841622. OLE color: 7841622.

HSL color Cylindrical-coordinate representation of color #56A777: hue angle of 144.44º 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 #56A777 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 167 119 -
CMYK 0.49 0 0.29 0.35
HSL 144.44º 0.32% 0.5% -
HSV(B) 144.44º 0.49% 0.65% -
XYZ 20.99 30.95 22.32 -
YUV 137.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 86 167 119 0.49 0 0.29 0.35 144.44 0.32 0.5
Hex 56 A7 77 31 0 1D 23 90 20 32
Octal 126 247 167 61 0 35 43 220 40 62
Binary 1010110 10100111 1110111 110001 0 11101 100011 10010000 100000 110010

Color Harmonies of #56A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A777

Black with #56A777

Text Example


Text Example

White with #56A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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