Html Css Color HEX #51966D Ocean Green

📋 copy color: '#51966D'

red 81 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #51966D

Tints of Ocean Green #51966D

RGB

 RED value IS 81 (32.03% from 255) = 23.82%

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

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

R = 23.82%
G = 44.12%
B = 32.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#51966D (or 0x51966D) is known color: Ocean Green. HEX triplet: 51, 96 and 6D. RGB value is (81,150,109). Sum of RGB (Red+Green+Blue) = 81+150+109=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #51966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51966D is #AE6992. Grayscale: #7C7C7C. Windows color (decimal): -11430291 or 7181905. OLE color: 7181905.

HSL color Cylindrical-coordinate representation of color #51966D: hue angle of 144.35º 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 #51966D is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 109 -
CMYK 0.46 0 0.27 0.41
HSL 144.35º 0.3% 0.45% -
HSV(B) 144.35º 0.46% 0.59% -
XYZ 17.06 24.67 18.33 -
YUV 124.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 81 150 109 0.46 0 0.27 0.41 144.35 0.3 0.45
Hex 51 96 6D 2E 0 1B 29 90 1E 2D
Octal 121 226 155 56 0 33 51 220 36 55
Binary 1010001 10010110 1101101 101110 0 11011 101001 10010000 11110 101101

Color Harmonies of #51966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51966D

Black with #51966D

Text Example


Text Example

White with #51966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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