Html Css Color HEX #519B68 Ocean Green

📋 copy color: '#519B68'

red 81 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #519B68

Tints of Ocean Green #519B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

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

R = 23.82%
G = 45.59%
B = 30.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#519B68 (or 0x519B68) is known color: Ocean Green. HEX triplet: 51, 9B and 68. RGB value is (81,155,104). Sum of RGB (Red+Green+Blue) = 81+155+104=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #519B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B68 is #AE6497. Grayscale: #7F7F7F. Windows color (decimal): -11429016 or 6855505. OLE color: 6855505.

HSL color Cylindrical-coordinate representation of color #519B68: hue angle of 138.65º degrees, saturation: 0.31, 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 #519B68 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 104 -
CMYK 0.48 0 0.33 0.39
HSL 138.65º 0.31% 0.46% -
HSV(B) 138.65º 0.48% 0.61% -
XYZ 17.61 26.19 17.22 -
YUV 127.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 81 155 104 0.48 0 0.33 0.39 138.65 0.31 0.46
Hex 51 9B 68 30 0 21 27 8B 1F 2E
Octal 121 233 150 60 0 41 47 213 37 56
Binary 1010001 10011011 1101000 110000 0 100001 100111 10001011 11111 101110

Color Harmonies of #519B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B68

Black with #519B68

Text Example


Text Example

White with #519B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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