Html Css Color HEX #519971 Ocean Green

📋 copy color: '#519971'

red 81 ◦ green 153 ◦ blue 113

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

Shades of Ocean Green #519971

Tints of Ocean Green #519971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 23.34%
G = 44.09%
B = 32.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#519971 (or 0x519971) is known color: Ocean Green. HEX triplet: 51, 99 and 71. RGB value is (81,153,113). Sum of RGB (Red+Green+Blue) = 81+153+113=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #519971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519971 is #AE668E. Grayscale: #7F7F7F. Windows color (decimal): -11429519 or 7444817. OLE color: 7444817.

HSL color Cylindrical-coordinate representation of color #519971: hue angle of 146.67º 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 #519971 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 113 -
CMYK 0.47 0 0.26 0.4
HSL 146.67º 0.31% 0.46% -
HSV(B) 146.67º 0.47% 0.6% -
XYZ 17.77 25.72 19.65 -
YUV 126.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 81 153 113 0.47 0 0.26 0.4 146.67 0.31 0.46
Hex 51 99 71 2F 0 1A 28 93 1F 2E
Octal 121 231 161 57 0 32 50 223 37 56
Binary 1010001 10011001 1110001 101111 0 11010 101000 10010011 11111 101110

Color Harmonies of #519971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519971

Black with #519971

Text Example


Text Example

White with #519971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519971; }

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

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

background-color css

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

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

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

border-color css

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

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

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