Html Css Color HEX #56996C Ocean Green

📋 copy color: '#56996C'

red 86 ◦ green 153 ◦ blue 108

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

Shades of Ocean Green #56996C

Tints of Ocean Green #56996C

RGB

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

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

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

R = 24.78%
G = 44.09%
B = 31.12%

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

#56996C (or 0x56996C) is known color: Ocean Green. HEX triplet: 56, 99 and 6C. RGB value is (86,153,108). Sum of RGB (Red+Green+Blue) = 86+153+108=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #56996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996C is #A96693. Grayscale: #7F7F7F. Windows color (decimal): -11101844 or 7117142. OLE color: 7117142.

HSL color Cylindrical-coordinate representation of color #56996C: hue angle of 139.7º 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 #56996C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 108 -
CMYK 0.44 0 0.29 0.4
HSL 139.7º 0.28% 0.47% -
HSV(B) 139.7º 0.44% 0.6% -
XYZ 17.94 25.84 18.23 -
YUV 127.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 86 153 108 0.44 0 0.29 0.4 139.7 0.28 0.47
Hex 56 99 6C 2C 0 1D 28 8C 1C 2F
Octal 126 231 154 54 0 35 50 214 34 57
Binary 1010110 10011001 1101100 101100 0 11101 101000 10001100 11100 101111

Color Harmonies of #56996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56996C

Black with #56996C

Text Example


Text Example

White with #56996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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