Html Css Color HEX #519C69 Ocean Green

📋 copy color: '#519C69'

red 81 ◦ green 156 ◦ blue 105

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

Shades of Ocean Green #519C69

Tints of Ocean Green #519C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

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

R = 23.68%
G = 45.61%
B = 30.7%

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

#519C69 (or 0x519C69) is known color: Ocean Green. HEX triplet: 51, 9C and 69. RGB value is (81,156,105). Sum of RGB (Red+Green+Blue) = 81+156+105=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #519C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C69 is #AE6396. Grayscale: #7F7F7F. Windows color (decimal): -11428759 or 6921297. OLE color: 6921297.

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

Color convert

RGB 81 156 105 -
CMYK 0.48 0 0.33 0.39
HSL 139.2º 0.32% 0.46% -
HSV(B) 139.2º 0.48% 0.61% -
XYZ 17.83 26.55 17.55 -
YUV 127.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 81 156 105 0.48 0 0.33 0.39 139.2 0.32 0.46
Hex 51 9C 69 30 0 21 27 8B 20 2E
Octal 121 234 151 60 0 41 47 213 40 56
Binary 1010001 10011100 1101001 110000 0 100001 100111 10001011 100000 101110

Color Harmonies of #519C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C69

Black with #519C69

Text Example


Text Example

White with #519C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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