Html Css Color HEX #56A16D Ocean Green

📋 copy color: '#56A16D'

red 86 ◦ green 161 ◦ blue 109

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

Shades of Ocean Green #56A16D

Tints of Ocean Green #56A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.22%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 24.16%
G = 45.22%
B = 30.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#56A16D (or 0x56A16D) is known color: Ocean Green. HEX triplet: 56, A1 and 6D. RGB value is (86,161,109). Sum of RGB (Red+Green+Blue) = 86+161+109=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #56A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A16D is #A95E92. Grayscale: #848484. Windows color (decimal): -11099795 or 7184726. OLE color: 7184726.

HSL color Cylindrical-coordinate representation of color #56A16D: hue angle of 138.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A16D is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 109 -
CMYK 0.47 0 0.32 0.37
HSL 138.4º 0.3% 0.48% -
HSV(B) 138.4º 0.47% 0.63% -
XYZ 19.34 28.57 18.96 -
YUV 132.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 86 161 109 0.47 0 0.32 0.37 138.4 0.3 0.48
Hex 56 A1 6D 2F 0 20 25 8A 1E 30
Octal 126 241 155 57 0 40 45 212 36 60
Binary 1010110 10100001 1101101 101111 0 100000 100101 10001010 11110 110000

Color Harmonies of #56A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A16D

Black with #56A16D

Text Example


Text Example

White with #56A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,161,109); }

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

background-color css

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

 a { background-color: rgb(86,161,109); }

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

border-color css

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

 span { border-color: rgb(86,161,109); }

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