Html Css Color HEX #519769 Ocean Green

📋 copy color: '#519769'

red 81 ◦ green 151 ◦ blue 105

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

Shades of Ocean Green #519769

Tints of Ocean Green #519769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 24.04%
G = 44.81%
B = 31.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#519769 (or 0x519769) is known color: Ocean Green. HEX triplet: 51, 97 and 69. RGB value is (81,151,105). Sum of RGB (Red+Green+Blue) = 81+151+105=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #519769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519769 is #AE6896. Grayscale: #7C7C7C. Windows color (decimal): -11430039 or 6920017. OLE color: 6920017.

HSL color Cylindrical-coordinate representation of color #519769: hue angle of 140.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 #519769 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 105 -
CMYK 0.46 0 0.30 0.41
HSL 140.57º 0.3% 0.45% -
HSV(B) 140.57º 0.46% 0.59% -
XYZ 17.01 24.9 17.27 -
YUV 124.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 81 151 105 0.46 0 0.30 0.41 140.57 0.3 0.45
Hex 51 97 69 2E 0 1E 29 8D 1E 2D
Octal 121 227 151 56 0 36 51 215 36 55
Binary 1010001 10010111 1101001 101110 0 11110 101001 10001101 11110 101101

Color Harmonies of #519769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519769

Black with #519769

Text Example


Text Example

White with #519769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519769; }

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

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

background-color css

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

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

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

border-color css

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

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

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