#51966C

Color #51966C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #51966C

Tints of Ocean Green #51966C

Color information

#51966C (or 0x51966C) is unknown color: approx Ocean Green. HEX triplet: 51, 96 and 6C. RGB value is (81,150,108). Sum of RGB (Red+Green+Blue) = 81+150+108=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #51966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51966C is #AE6993. Grayscale: #7C7C7C. Windows color (decimal): -11430292 or 7116369. OLE color: 7116369.

HSL color Cylindrical-coordinate representation of color #51966C: hue angle of 143.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51966C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB81150108-
CMYK0.4600.280.41
HSL143.48º29.87%45.29%-
HSV(B)143.48º46%58.82%-
XYZ17.0124.6418.05-
YUV124.58118.6496.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=23.89%
G=44.25%
B=31.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501080.4600.280.41143.4829.8745.29
Hex51966C2E01C298f1e2d
Octal12122615456034512173655
Binary10100011001011011011001011100111001010011000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51966C;
 }
 .AnyTagClassName
 {
   color: #51966C;
 }
</style>
background-color css

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

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

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

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

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

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