Html Css Color HEX #56966D Ocean Green

📋 copy color: '#56966D'

red 86 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #56966D

Tints of Ocean Green #56966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 24.93%
G = 43.48%
B = 31.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#56966D (or 0x56966D) is known color: Ocean Green. HEX triplet: 56, 96 and 6D. RGB value is (86,150,109). Sum of RGB (Red+Green+Blue) = 86+150+109=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #56966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56966D is #A96992. Grayscale: #7E7E7E. Windows color (decimal): -11102611 or 7181910. OLE color: 7181910.

HSL color Cylindrical-coordinate representation of color #56966D: hue angle of 141.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56966D is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 150 109 -
CMYK 0.43 0 0.27 0.41
HSL 141.56º 0.27% 0.46% -
HSV(B) 141.56º 0.43% 0.59% -
XYZ 17.5 24.9 18.35 -
YUV 126.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 86 150 109 0.43 0 0.27 0.41 141.56 0.27 0.46
Hex 56 96 6D 2B 0 1B 29 8E 1B 2E
Octal 126 226 155 53 0 33 51 216 33 56
Binary 1010110 10010110 1101101 101011 0 11011 101001 10001110 11011 101110

Color Harmonies of #56966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56966D

Black with #56966D

Text Example


Text Example

White with #56966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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