Html Css Color HEX #519A77 Ocean Green

📋 copy color: '#519A77'

red 81 ◦ green 154 ◦ blue 119

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

Shades of Ocean Green #519A77

Tints of Ocean Green #519A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.5%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 22.88%
G = 43.5%
B = 33.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#519A77 (or 0x519A77) is known color: Ocean Green. HEX triplet: 51, 9A and 77. RGB value is (81,154,119). Sum of RGB (Red+Green+Blue) = 81+154+119=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #519A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A77 is #AE6588. Grayscale: #808080. Windows color (decimal): -11429257 or 7838289. OLE color: 7838289.

HSL color Cylindrical-coordinate representation of color #519A77: hue angle of 151.23º 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 #519A77 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 119 -
CMYK 0.47 0 0.23 0.40
HSL 151.23º 0.31% 0.46% -
HSV(B) 151.23º 0.47% 0.6% -
XYZ 18.28 26.19 21.55 -
YUV 128.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 81 154 119 0.47 0 0.23 0.40 151.23 0.31 0.46
Hex 51 9A 77 2F 0 17 28 97 1F 2E
Octal 121 232 167 57 0 27 50 227 37 56
Binary 1010001 10011010 1110111 101111 0 10111 101000 10010111 11111 101110

Color Harmonies of #519A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A77

Black with #519A77

Text Example


Text Example

White with #519A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,154,119); }

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

background-color css

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

 a { background-color: rgb(81,154,119); }

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

border-color css

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

 span { border-color: rgb(81,154,119); }

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