Html Css Color HEX #56996A Ocean Green

📋 copy color: '#56996A'

red 86 ◦ green 153 ◦ blue 106

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

Shades of Ocean Green #56996A

Tints of Ocean Green #56996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 24.93%
G = 44.35%
B = 30.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#56996A (or 0x56996A) is known color: Ocean Green. HEX triplet: 56, 99 and 6A. RGB value is (86,153,106). Sum of RGB (Red+Green+Blue) = 86+153+106=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #56996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56996A is #A96695. Grayscale: #7F7F7F. Windows color (decimal): -11101846 or 6986070. OLE color: 6986070.

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

Color convert

RGB 86 153 106 -
CMYK 0.44 0 0.31 0.4
HSL 137.91º 0.28% 0.47% -
HSV(B) 137.91º 0.44% 0.6% -
XYZ 17.83 25.8 17.68 -
YUV 127.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 86 153 106 0.44 0 0.31 0.4 137.91 0.28 0.47
Hex 56 99 6A 2C 0 1F 28 8A 1C 2F
Octal 126 231 152 54 0 37 50 212 34 57
Binary 1010110 10011001 1101010 101100 0 11111 101000 10001010 11100 101111

Color Harmonies of #56996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56996A

Black with #56996A

Text Example


Text Example

White with #56996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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