Html Css Color HEX #519970 Ocean Green

📋 copy color: '#519970'

red 81 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #519970

Tints of Ocean Green #519970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 23.41%
G = 44.22%
B = 32.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#519970 (or 0x519970) is known color: Ocean Green. HEX triplet: 51, 99 and 70. RGB value is (81,153,112). Sum of RGB (Red+Green+Blue) = 81+153+112=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #519970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519970 is #AE668F. Grayscale: #7E7E7E. Windows color (decimal): -11429520 or 7379281. OLE color: 7379281.

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

Color convert

RGB 81 153 112 -
CMYK 0.47 0 0.27 0.4
HSL 145.83º 0.31% 0.46% -
HSV(B) 145.83º 0.47% 0.6% -
XYZ 17.71 25.7 19.36 -
YUV 126.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 81 153 112 0.47 0 0.27 0.4 145.83 0.31 0.46
Hex 51 99 70 2F 0 1B 28 92 1F 2E
Octal 121 231 160 57 0 33 50 222 37 56
Binary 1010001 10011001 1110000 101111 0 11011 101000 10010010 11111 101110

Color Harmonies of #519970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519970

Black with #519970

Text Example


Text Example

White with #519970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519970; }

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

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

background-color css

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

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

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

border-color css

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

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

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