Html Css Color HEX #56996D Ocean Green

📋 copy color: '#56996D'

red 86 ◦ green 153 ◦ blue 109

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

Shades of Ocean Green #56996D

Tints of Ocean Green #56996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

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

R = 24.71%
G = 43.97%
B = 31.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#56996D (or 0x56996D) is known color: Ocean Green. HEX triplet: 56, 99 and 6D. RGB value is (86,153,109). Sum of RGB (Red+Green+Blue) = 86+153+109=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #56996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996D is #A96692. Grayscale: #808080. Windows color (decimal): -11101843 or 7182678. OLE color: 7182678.

HSL color Cylindrical-coordinate representation of color #56996D: hue angle of 140.6º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56996D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 109 -
CMYK 0.44 0 0.29 0.4
HSL 140.6º 0.28% 0.47% -
HSV(B) 140.6º 0.44% 0.6% -
XYZ 17.99 25.87 18.51 -
YUV 127.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 86 153 109 0.44 0 0.29 0.4 140.6 0.28 0.47
Hex 56 99 6D 2C 0 1D 28 8D 1C 2F
Octal 126 231 155 54 0 35 50 215 34 57
Binary 1010110 10011001 1101101 101100 0 11101 101000 10001101 11100 101111

Color Harmonies of #56996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56996D

Black with #56996D

Text Example


Text Example

White with #56996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56996D; }

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

 H1.HeaderClassName
 {
   color: #56996D;
 }
 .AnyTagClassName
 {
   color: #56996D;
 }
</style>

background-color css

<style>
 a { background-color: #56996D; }

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

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

border-color css

<style>
 span { border-color: #56996D; }

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

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