Html Css Color HEX #51966A Ocean Green

📋 copy color: '#51966A'

red 81 ◦ green 150 ◦ blue 106

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

Shades of Ocean Green #51966A

Tints of Ocean Green #51966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 24.04%
G = 44.51%
B = 31.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#51966A (or 0x51966A) is known color: Ocean Green. HEX triplet: 51, 96 and 6A. RGB value is (81,150,106). Sum of RGB (Red+Green+Blue) = 81+150+106=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #51966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51966A is #AE6995. Grayscale: #7C7C7C. Windows color (decimal): -11430294 or 6985297. OLE color: 6985297.

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

Color convert

RGB 81 150 106 -
CMYK 0.46 0 0.29 0.41
HSL 141.74º 0.3% 0.45% -
HSV(B) 141.74º 0.46% 0.59% -
XYZ 16.9 24.6 17.49 -
YUV 124.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 81 150 106 0.46 0 0.29 0.41 141.74 0.3 0.45
Hex 51 96 6A 2E 0 1D 29 8E 1E 2D
Octal 121 226 152 56 0 35 51 216 36 55
Binary 1010001 10010110 1101010 101110 0 11101 101001 10001110 11110 101101

Color Harmonies of #51966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51966A

Black with #51966A

Text Example


Text Example

White with #51966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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