Html Css Color HEX #56A76F Ocean Green

📋 copy color: '#56A76F'

red 86 ◦ green 167 ◦ blue 111

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

Shades of Ocean Green #56A76F

Tints of Ocean Green #56A76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 23.63%
G = 45.88%
B = 30.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#56A76F (or 0x56A76F) is known color: Ocean Green. HEX triplet: 56, A7 and 6F. RGB value is (86,167,111). Sum of RGB (Red+Green+Blue) = 86+167+111=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #56A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A76F is #A95890. Grayscale: #888888. Windows color (decimal): -11098257 or 7317334. OLE color: 7317334.

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

Color convert

RGB 86 167 111 -
CMYK 0.49 0 0.34 0.35
HSL 138.52º 0.32% 0.5% -
HSV(B) 138.52º 0.49% 0.65% -
XYZ 20.53 30.76 19.9 -
YUV 136.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 86 167 111 0.49 0 0.34 0.35 138.52 0.32 0.5
Hex 56 A7 6F 31 0 22 23 8B 20 32
Octal 126 247 157 61 0 42 43 213 40 62
Binary 1010110 10100111 1101111 110001 0 100010 100011 10001011 100000 110010

Color Harmonies of #56A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A76F

Black with #56A76F

Text Example


Text Example

White with #56A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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