Html Css Color HEX #56A779 Ocean Green

📋 copy color: '#56A779'

red 86 ◦ green 167 ◦ blue 121

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

Shades of Ocean Green #56A779

Tints of Ocean Green #56A779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 22.99%
G = 44.65%
B = 32.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#56A779 (or 0x56A779) is known color: Ocean Green. HEX triplet: 56, A7 and 79. RGB value is (86,167,121). Sum of RGB (Red+Green+Blue) = 86+167+121=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #56A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A779 is #A95886. Grayscale: #898989. Windows color (decimal): -11098247 or 7972694. OLE color: 7972694.

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

Color convert

RGB 86 167 121 -
CMYK 0.49 0 0.28 0.35
HSL 145.93º 0.32% 0.5% -
HSV(B) 145.93º 0.49% 0.65% -
XYZ 21.11 31 22.96 -
YUV 137.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 86 167 121 0.49 0 0.28 0.35 145.93 0.32 0.5
Hex 56 A7 79 31 0 1C 23 92 20 32
Octal 126 247 171 61 0 34 43 222 40 62
Binary 1010110 10100111 1111001 110001 0 11100 100011 10010010 100000 110010

Color Harmonies of #56A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A779

Black with #56A779

Text Example


Text Example

White with #56A779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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