Html Css Color HEX #519D68 Ocean Green

📋 copy color: '#519D68'

red 81 ◦ green 157 ◦ blue 104

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

Shades of Ocean Green #519D68

Tints of Ocean Green #519D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.91%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 23.68%
G = 45.91%
B = 30.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#519D68 (or 0x519D68) is known color: Ocean Green. HEX triplet: 51, 9D and 68. RGB value is (81,157,104). Sum of RGB (Red+Green+Blue) = 81+157+104=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #519D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D68 is #AE6297. Grayscale: #808080. Windows color (decimal): -11428504 or 6856017. OLE color: 6856017.

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

Color convert

RGB 81 157 104 -
CMYK 0.48 0 0.34 0.38
HSL 138.16º 0.32% 0.47% -
HSV(B) 138.16º 0.48% 0.62% -
XYZ 17.95 26.86 17.34 -
YUV 128.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 81 157 104 0.48 0 0.34 0.38 138.16 0.32 0.47
Hex 51 9D 68 30 0 22 26 8A 20 2F
Octal 121 235 150 60 0 42 46 212 40 57
Binary 1010001 10011101 1101000 110000 0 100010 100110 10001010 100000 101111

Color Harmonies of #519D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D68

Black with #519D68

Text Example


Text Example

White with #519D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,104); }

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

background-color css

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

 a { background-color: rgb(81,157,104); }

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

border-color css

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

 span { border-color: rgb(81,157,104); }

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