Html Css Color HEX #519C70 Ocean Green

📋 copy color: '#519C70'

red 81 ◦ green 156 ◦ blue 112

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

Shades of Ocean Green #519C70

Tints of Ocean Green #519C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

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

R = 23.21%
G = 44.7%
B = 32.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#519C70 (or 0x519C70) is known color: Ocean Green. HEX triplet: 51, 9C and 70. RGB value is (81,156,112). Sum of RGB (Red+Green+Blue) = 81+156+112=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #519C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C70 is #AE638F. Grayscale: #808080. Windows color (decimal): -11428752 or 7380049. OLE color: 7380049.

HSL color Cylindrical-coordinate representation of color #519C70: hue angle of 144.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C70 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 112 -
CMYK 0.48 0 0.28 0.39
HSL 144.8º 0.32% 0.46% -
HSV(B) 144.8º 0.48% 0.61% -
XYZ 18.21 26.7 19.52 -
YUV 128.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 81 156 112 0.48 0 0.28 0.39 144.8 0.32 0.46
Hex 51 9C 70 30 0 1C 27 91 20 2E
Octal 121 234 160 60 0 34 47 221 40 56
Binary 1010001 10011100 1110000 110000 0 11100 100111 10010001 100000 101110

Color Harmonies of #519C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C70

Black with #519C70

Text Example


Text Example

White with #519C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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