Html Css Color HEX #56966C Ocean Green

📋 copy color: '#56966C'

red 86 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #56966C

Tints of Ocean Green #56966C

RGB

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

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

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

R = 25%
G = 43.6%
B = 31.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#56966C (or 0x56966C) is known color: Ocean Green. HEX triplet: 56, 96 and 6C. RGB value is (86,150,108). Sum of RGB (Red+Green+Blue) = 86+150+108=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #56966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56966C is #A96993. Grayscale: #7E7E7E. Windows color (decimal): -11102612 or 7116374. OLE color: 7116374.

HSL color Cylindrical-coordinate representation of color #56966C: hue angle of 140.62º 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 #56966C is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 150 108 -
CMYK 0.43 0 0.28 0.41
HSL 140.63º 0.27% 0.46% -
HSV(B) 140.63º 0.43% 0.59% -
XYZ 17.45 24.87 18.07 -
YUV 126.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 86 150 108 0.43 0 0.28 0.41 140.63 0.27 0.46
Hex 56 96 6C 2B 0 1C 29 8D 1B 2E
Octal 126 226 154 53 0 34 51 215 33 56
Binary 1010110 10010110 1101100 101011 0 11100 101001 10001101 11011 101110

Color Harmonies of #56966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56966C

Black with #56966C

Text Example


Text Example

White with #56966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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