Html Css Color HEX #51966C Ocean Green

📋 copy color: '#51966C'

red 81 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #51966C

Tints of Ocean Green #51966C

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 value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#51966C (or 0x51966C) is known color: 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

RGB 81 150 108 -
CMYK 0.46 0 0.28 0.41
HSL 143.48º 0.3% 0.45% -
HSV(B) 143.48º 0.46% 0.59% -
XYZ 17.01 24.64 18.05 -
YUV 124.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 81 150 108 0.46 0 0.28 0.41 143.48 0.3 0.45
Hex 51 96 6C 2E 0 1C 29 8F 1E 2D
Octal 121 226 154 56 0 34 51 217 36 55
Binary 1010001 10010110 1101100 101110 0 11100 101001 10001111 11110 101101

Color Harmonies of #51966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51966C

Black with #51966C

Text Example


Text Example

White with #51966C

Text Example


Text Example

HTML Codes & Css Web 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>