Html Css Color HEX #519975 Ocean Green

📋 copy color: '#519975'

red 81 ◦ green 153 ◦ blue 117

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

Shades of Ocean Green #519975

Tints of Ocean Green #519975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 23.08%
G = 43.59%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#519975 (or 0x519975) is known color: Ocean Green. HEX triplet: 51, 99 and 75. RGB value is (81,153,117). Sum of RGB (Red+Green+Blue) = 81+153+117=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #519975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519975 is #AE668A. Grayscale: #7F7F7F. Windows color (decimal): -11429515 or 7706961. OLE color: 7706961.

HSL color Cylindrical-coordinate representation of color #519975: hue angle of 150º 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 #519975 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 117 -
CMYK 0.47 0 0.24 0.4
HSL 150º 0.31% 0.46% -
HSV(B) 150º 0.47% 0.6% -
XYZ 18 25.82 20.86 -
YUV 127.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 81 153 117 0.47 0 0.24 0.4 150 0.31 0.46
Hex 51 99 75 2F 0 18 28 96 1F 2E
Octal 121 231 165 57 0 30 50 226 37 56
Binary 1010001 10011001 1110101 101111 0 11000 101000 10010110 11111 101110

Color Harmonies of #519975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519975

Black with #519975

Text Example


Text Example

White with #519975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519975; }

 p { color: rgb(81,153,117); }

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

background-color css

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

 a { background-color: rgb(81,153,117); }

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

border-color css

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

 span { border-color: rgb(81,153,117); }

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