Html Css Color HEX #519768 Ocean Green

📋 copy color: '#519768'

red 81 ◦ green 151 ◦ blue 104

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

Shades of Ocean Green #519768

Tints of Ocean Green #519768

RGB

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

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

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

R = 24.11%
G = 44.94%
B = 30.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#519768 (or 0x519768) is known color: Ocean Green. HEX triplet: 51, 97 and 68. RGB value is (81,151,104). Sum of RGB (Red+Green+Blue) = 81+151+104=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #519768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519768 is #AE6897. Grayscale: #7C7C7C. Windows color (decimal): -11430040 or 6854481. OLE color: 6854481.

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

Color convert

RGB 81 151 104 -
CMYK 0.46 0 0.31 0.41
HSL 139.71º 0.3% 0.45% -
HSV(B) 139.71º 0.46% 0.59% -
XYZ 16.96 24.88 17.01 -
YUV 124.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 81 151 104 0.46 0 0.31 0.41 139.71 0.3 0.45
Hex 51 97 68 2E 0 1F 29 8C 1E 2D
Octal 121 227 150 56 0 37 51 214 36 55
Binary 1010001 10010111 1101000 101110 0 11111 101001 10001100 11110 101101

Color Harmonies of #519768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519768

Black with #519768

Text Example


Text Example

White with #519768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519768; }

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

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

background-color css

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

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

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

border-color css

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

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

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