Html Css Color HEX #508102 Olive Drab

📋 copy color: '#508102'

red 80 ◦ green 129 ◦ blue 2

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

Shades of Olive Drab #508102

Tints of Olive Drab #508102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 37.91%
G = 61.14%
B = 0.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#508102 (or 0x508102) is known color: Olive Drab. HEX triplet: 50, 81 and 02. RGB value is (80,129,2). Sum of RGB (Red+Green+Blue) = 80+129+2=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #508102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508102 is #AF7EFD. Grayscale: #646464. Windows color (decimal): -11501310 or 164176. OLE color: 164176.

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

Color convert

RGB 80 129 2 -
CMYK 0.38 0 0.98 0.49
HSL 83.15º 0.97% 0.26% -
HSV(B) 83.15º 0.98% 0.51% -
XYZ 11.17 17.41 2.83 -
YUV 99.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 80 129 2 0.38 0 0.98 0.49 83.15 0.97 0.26
Hex 50 81 2 26 0 62 31 53 61 1A
Octal 120 201 2 46 0 142 61 123 141 32
Binary 1010000 10000001 10 100110 0 1100010 110001 1010011 1100001 11010

Color Harmonies of #508102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508102

Black with #508102

Text Example


Text Example

White with #508102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508102; }

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

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

background-color css

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

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

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

border-color css

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

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

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