Html Css Color HEX #56AF77 Ocean Green

📋 copy color: '#56AF77'

red 86 ◦ green 175 ◦ blue 119

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

Shades of Ocean Green #56AF77

Tints of Ocean Green #56AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

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

R = 22.63%
G = 46.05%
B = 31.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#56AF77 (or 0x56AF77) is known color: Ocean Green. HEX triplet: 56, AF and 77. RGB value is (86,175,119). Sum of RGB (Red+Green+Blue) = 86+175+119=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF77 is #A95088. Grayscale: #8E8E8E. Windows color (decimal): -11096201 or 7843670. OLE color: 7843670.

HSL color Cylindrical-coordinate representation of color #56AF77: hue angle of 142.25º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF77 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 175 119 -
CMYK 0.51 0 0.32 0.31
HSL 142.25º 0.36% 0.51% -
HSV(B) 142.25º 0.51% 0.69% -
XYZ 22.5 33.97 22.82 -
YUV 142.01 115.01 88.05 -
System Red Green Blue C M Y K H S L
Decimal 86 175 119 0.51 0 0.32 0.31 142.25 0.36 0.51
Hex 56 AF 77 33 0 20 1F 8E 24 33
Octal 126 257 167 63 0 40 37 216 44 63
Binary 1010110 10101111 1110111 110011 0 100000 11111 10001110 100100 110011

Color Harmonies of #56AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AF77

Black with #56AF77

Text Example


Text Example

White with #56AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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