Html Css Color HEX #5A810D Olive Drab

📋 copy color: '#5A810D'

red 90 ◦ green 129 ◦ blue 13

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

Shades of Olive Drab #5A810D

Tints of Olive Drab #5A810D

RGB

 RED value IS 90 (35.55% from 255) = 38.79%

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

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 38.79%
G = 55.6%
B = 5.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#5A810D (or 0x5A810D) is known color: Olive Drab. HEX triplet: 5A, 81 and 0D. RGB value is (90,129,13). Sum of RGB (Red+Green+Blue) = 90+129+13=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #5A810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A810D is #A57EF2. Grayscale: #686868. Windows color (decimal): -10845939 or 885082. OLE color: 885082.

HSL color Cylindrical-coordinate representation of color #5A810D: hue angle of 80.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A810D is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 129 13 -
CMYK 0.30 0 0.90 0.49
HSL 80.17º 0.82% 0.28% -
HSV(B) 80.17º 0.9% 0.51% -
XYZ 12.14 17.9 3.2 -
YUV 104.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 90 129 13 0.30 0 0.90 0.49 80.17 0.82 0.28
Hex 5A 81 D 1E 0 5A 31 50 52 1C
Octal 132 201 15 36 0 132 61 120 122 34
Binary 1011010 10000001 1101 11110 0 1011010 110001 1010000 1010010 11100

Color Harmonies of #5A810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A810D

Black with #5A810D

Text Example


Text Example

White with #5A810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A810D; }

 p { color: rgb(90,129,13); }

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

background-color css

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

 a { background-color: rgb(90,129,13); }

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

border-color css

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

 span { border-color: rgb(90,129,13); }

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