Html Css Color HEX #56B377 Ocean Green

📋 copy color: '#56B377'

red 86 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #56B377

Tints of Ocean Green #56B377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

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

R = 22.4%
G = 46.61%
B = 30.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#56B377 (or 0x56B377) is known color: Ocean Green. HEX triplet: 56, B3 and 77. RGB value is (86,179,119). Sum of RGB (Red+Green+Blue) = 86+179+119=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #56B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B377 is #A94C88. Grayscale: #909090. Windows color (decimal): -11095177 or 7844694. OLE color: 7844694.

HSL color Cylindrical-coordinate representation of color #56B377: hue angle of 141.29º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B377 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 179 119 -
CMYK 0.52 0 0.34 0.30
HSL 141.29º 0.38% 0.52% -
HSV(B) 141.29º 0.52% 0.7% -
XYZ 23.29 35.55 23.09 -
YUV 144.35 113.69 86.38 -
System Red Green Blue C M Y K H S L
Decimal 86 179 119 0.52 0 0.34 0.30 141.29 0.38 0.52
Hex 56 B3 77 34 0 22 1E 8D 26 34
Octal 126 263 167 64 0 42 36 215 46 64
Binary 1010110 10110011 1110111 110100 0 100010 11110 10001101 100110 110100

Color Harmonies of #56B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B377

Black with #56B377

Text Example


Text Example

White with #56B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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