Html Css Color HEX #519777 Ocean Green

📋 copy color: '#519777'

red 81 ◦ green 151 ◦ blue 119

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

Shades of Ocean Green #519777

Tints of Ocean Green #519777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

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

R = 23.08%
G = 43.02%
B = 33.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#519777 (or 0x519777) is known color: Ocean Green. HEX triplet: 51, 97 and 77. RGB value is (81,151,119). Sum of RGB (Red+Green+Blue) = 81+151+119=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #519777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519777 is #AE6888. Grayscale: #7E7E7E. Windows color (decimal): -11430025 or 7837521. OLE color: 7837521.

HSL color Cylindrical-coordinate representation of color #519777: hue angle of 152.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519777 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 119 -
CMYK 0.46 0 0.21 0.41
HSL 152.57º 0.3% 0.45% -
HSV(B) 152.57º 0.46% 0.59% -
XYZ 17.79 25.21 21.38 -
YUV 126.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 81 151 119 0.46 0 0.21 0.41 152.57 0.3 0.45
Hex 51 97 77 2E 0 15 29 99 1E 2D
Octal 121 227 167 56 0 25 51 231 36 55
Binary 1010001 10010111 1110111 101110 0 10101 101001 10011001 11110 101101

Color Harmonies of #519777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519777

Black with #519777

Text Example


Text Example

White with #519777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519777; }

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

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

background-color css

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

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

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

border-color css

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

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

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