Html Css Color HEX #519F78 Ocean Green

📋 copy color: '#519F78'

red 81 ◦ green 159 ◦ blue 120

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

Shades of Ocean Green #519F78

Tints of Ocean Green #519F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 22.5%
G = 44.17%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#519F78 (or 0x519F78) is known color: Ocean Green. HEX triplet: 51, 9F and 78. RGB value is (81,159,120). Sum of RGB (Red+Green+Blue) = 81+159+120=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #519F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F78 is #AE6087. Grayscale: #838383. Windows color (decimal): -11427976 or 7905105. OLE color: 7905105.

HSL color Cylindrical-coordinate representation of color #519F78: hue angle of 150º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F78 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 120 -
CMYK 0.49 0 0.25 0.38
HSL 150º 0.33% 0.47% -
HSV(B) 150º 0.49% 0.62% -
XYZ 19.18 27.9 22.14 -
YUV 131.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 81 159 120 0.49 0 0.25 0.38 150 0.33 0.47
Hex 51 9F 78 31 0 19 26 96 20 2F
Octal 121 237 170 61 0 31 46 226 40 57
Binary 1010001 10011111 1111000 110001 0 11001 100110 10010110 100000 101111

Color Harmonies of #519F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F78

Black with #519F78

Text Example


Text Example

White with #519F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519F78; }

 p { color: rgb(81,159,120); }

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

background-color css

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

 a { background-color: rgb(81,159,120); }

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

border-color css

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

 span { border-color: rgb(81,159,120); }

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