Html Css Color HEX #56A76C Ocean Green

📋 copy color: '#56A76C'

red 86 ◦ green 167 ◦ blue 108

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

Shades of Ocean Green #56A76C

Tints of Ocean Green #56A76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 23.82%
G = 46.26%
B = 29.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#56A76C (or 0x56A76C) is known color: Ocean Green. HEX triplet: 56, A7 and 6C. RGB value is (86,167,108). Sum of RGB (Red+Green+Blue) = 86+167+108=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #56A76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A76C is #A95893. Grayscale: #888888. Windows color (decimal): -11098260 or 7120726. OLE color: 7120726.

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

Color convert

RGB 86 167 108 -
CMYK 0.49 0 0.35 0.35
HSL 136.3º 0.32% 0.5% -
HSV(B) 136.3º 0.49% 0.65% -
XYZ 20.36 30.7 19.04 -
YUV 136.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 86 167 108 0.49 0 0.35 0.35 136.3 0.32 0.5
Hex 56 A7 6C 31 0 23 23 88 20 32
Octal 126 247 154 61 0 43 43 210 40 62
Binary 1010110 10100111 1101100 110001 0 100011 100011 10001000 100000 110010

Color Harmonies of #56A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A76C

Black with #56A76C

Text Example


Text Example

White with #56A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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