Html Css Color HEX #51996E Ocean Green

📋 copy color: '#51996E'

red 81 ◦ green 153 ◦ blue 110

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

Shades of Ocean Green #51996E

Tints of Ocean Green #51996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 23.55%
G = 44.48%
B = 31.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#51996E (or 0x51996E) is known color: Ocean Green. HEX triplet: 51, 99 and 6E. RGB value is (81,153,110). Sum of RGB (Red+Green+Blue) = 81+153+110=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #51996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51996E is #AE6691. Grayscale: #7E7E7E. Windows color (decimal): -11429522 or 7248209. OLE color: 7248209.

HSL color Cylindrical-coordinate representation of color #51996E: hue angle of 144.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51996E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 110 -
CMYK 0.47 0 0.28 0.4
HSL 144.17º 0.31% 0.46% -
HSV(B) 144.17º 0.47% 0.6% -
XYZ 17.6 25.66 18.78 -
YUV 126.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 81 153 110 0.47 0 0.28 0.4 144.17 0.31 0.46
Hex 51 99 6E 2F 0 1C 28 90 1F 2E
Octal 121 231 156 57 0 34 50 220 37 56
Binary 1010001 10011001 1101110 101111 0 11100 101000 10010000 11111 101110

Color Harmonies of #51996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51996E

Black with #51996E

Text Example


Text Example

White with #51996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51996E; }

 p { color: rgb(81,153,110); }

 H1.HeaderClassName
 {
   color: #51996E;
 }
 .AnyTagClassName
 {
   color: #51996E;
 }
</style>

background-color css

<style>
 a { background-color: #51996E; }

 a { background-color: rgb(81,153,110); }

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

border-color css

<style>
 span { border-color: #51996E; }

 span { border-color: rgb(81,153,110); }

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