Html Css Color HEX #508101 Olive Drab

📋 copy color: '#508101'

red 80 ◦ green 129 ◦ blue 1

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

Shades of Olive Drab #508101

Tints of Olive Drab #508101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.43%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 38.1%
G = 61.43%
B = 0.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#508101 (or 0x508101) is known color: Olive Drab. HEX triplet: 50, 81 and 01. RGB value is (80,129,1). Sum of RGB (Red+Green+Blue) = 80+129+1=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #508101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508101 is #AF7EFE. Grayscale: #646464. Windows color (decimal): -11501311 or 98640. OLE color: 98640.

HSL color Cylindrical-coordinate representation of color #508101: hue angle of 82.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #508101 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 1 -
CMYK 0.38 0 0.99 0.49
HSL 82.97º 0.98% 0.25% -
HSV(B) 82.97º 0.99% 0.51% -
XYZ 11.16 17.41 2.8 -
YUV 99.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 80 129 1 0.38 0 0.99 0.49 82.97 0.98 0.25
Hex 50 81 1 26 0 63 31 53 62 19
Octal 120 201 1 46 0 143 61 123 142 31
Binary 1010000 10000001 1 100110 0 1100011 110001 1010011 1100010 11001

Color Harmonies of #508101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508101

Black with #508101

Text Example


Text Example

White with #508101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508101; }

 p { color: rgb(80,129,1); }

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

background-color css

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

 a { background-color: rgb(80,129,1); }

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

border-color css

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

 span { border-color: rgb(80,129,1); }

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