Html Css Color HEX #5A8D0B Olive Drab

📋 copy color: '#5A8D0B'

red 90 ◦ green 141 ◦ blue 11

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

Shades of Olive Drab #5A8D0B

Tints of Olive Drab #5A8D0B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.26%

 BLUE value IS 11 (4.69% from 255) = 4.55%

R = 37.19%
G = 58.26%
B = 4.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#5A8D0B (or 0x5A8D0B) is known color: Olive Drab. HEX triplet: 5A, 8D and 0B. RGB value is (90,141,11). Sum of RGB (Red+Green+Blue) = 90+141+11=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8D0B is #A572F4. Grayscale: #6F6F6F. Windows color (decimal): -10842869 or 757082. OLE color: 757082.

HSL color Cylindrical-coordinate representation of color #5A8D0B: hue angle of 83.54º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A8D0B is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 141 11 -
CMYK 0.36 0 0.92 0.45
HSL 83.54º 0.86% 0.3% -
HSV(B) 83.54º 0.92% 0.55% -
XYZ 13.8 21.25 3.69 -
YUV 110.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 90 141 11 0.36 0 0.92 0.45 83.54 0.86 0.3
Hex 5A 8D B 24 0 5C 2D 54 56 1E
Octal 132 215 13 44 0 134 55 124 126 36
Binary 1011010 10001101 1011 100100 0 1011100 101101 1010100 1010110 11110

Color Harmonies of #5A8D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8D0B

Black with #5A8D0B

Text Example


Text Example

White with #5A8D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,141,11); }

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

background-color css

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

 a { background-color: rgb(90,141,11); }

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

border-color css

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

 span { border-color: rgb(90,141,11); }

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