Html Css Color HEX #5A850B Olive Drab

📋 copy color: '#5A850B'

red 90 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #5A850B

Tints of Olive Drab #5A850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.84%

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

R = 38.46%
G = 56.84%
B = 4.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#5A850B (or 0x5A850B) is known color: Olive Drab. HEX triplet: 5A, 85 and 0B. RGB value is (90,133,11). Sum of RGB (Red+Green+Blue) = 90+133+11=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #5A850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A850B is #A57AF4. Grayscale: #6A6A6A. Windows color (decimal): -10844917 or 755034. OLE color: 755034.

HSL color Cylindrical-coordinate representation of color #5A850B: hue angle of 81.15º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A850B is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 11 -
CMYK 0.32 0 0.92 0.48
HSL 81.15º 0.85% 0.28% -
HSV(B) 81.15º 0.92% 0.52% -
XYZ 12.66 18.97 3.31 -
YUV 106.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 90 133 11 0.32 0 0.92 0.48 81.15 0.85 0.28
Hex 5A 85 B 20 0 5C 30 51 55 1C
Octal 132 205 13 40 0 134 60 121 125 34
Binary 1011010 10000101 1011 100000 0 1011100 110000 1010001 1010101 11100

Color Harmonies of #5A850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A850B

Black with #5A850B

Text Example


Text Example

White with #5A850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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