Html Css Color HEX #508968 Como

📋 copy color: '#508968'

red 80 ◦ green 137 ◦ blue 104

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

Shades of Como #508968

Tints of Como #508968

RGB

 RED value IS 80 (31.64% from 255) = 24.92%

 GREEN value IS 137 (53.91% from 255) = 42.68%

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

R = 24.92%
G = 42.68%
B = 32.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#508968 (or 0x508968) is known color: Como. HEX triplet: 50, 89 and 68. RGB value is (80,137,104). Sum of RGB (Red+Green+Blue) = 80+137+104=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #508968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508968 is #AF7697. Grayscale: #747474. Windows color (decimal): -11499160 or 6850896. OLE color: 6850896.

HSL color Cylindrical-coordinate representation of color #508968: hue angle of 145.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508968 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 104 -
CMYK 0.42 0 0.24 0.46
HSL 145.26º 0.26% 0.43% -
HSV(B) 145.26º 0.42% 0.54% -
XYZ 14.75 20.6 16.29 -
YUV 116.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 80 137 104 0.42 0 0.24 0.46 145.26 0.26 0.43
Hex 50 89 68 2A 0 18 2E 91 1A 2B
Octal 120 211 150 52 0 30 56 221 32 53
Binary 1010000 10001001 1101000 101010 0 11000 101110 10010001 11010 101011

Color Harmonies of #508968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508968

Black with #508968

Text Example


Text Example

White with #508968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508968; }

 p { color: rgb(80,137,104); }

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

background-color css

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

 a { background-color: rgb(80,137,104); }

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

border-color css

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

 span { border-color: rgb(80,137,104); }

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