Html Css Color HEX #5A8400 Olive Drab

📋 copy color: '#5A8400'

red 90 ◦ green 132 ◦ blue 0

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

Shades of Olive Drab #5A8400

Tints of Olive Drab #5A8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.54%
G = 59.46%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#5A8400 (or 0x5A8400) is known color: Olive Drab. HEX triplet: 5A, 84 and 00. RGB value is (90,132,0). Sum of RGB (Red+Green+Blue) = 90+132+0=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8400 is #A57BFF. Grayscale: #686868. Windows color (decimal): -10845184 or 33882. OLE color: 33882.

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

Color convert

RGB 90 132 0 -
CMYK 0.32 0 1 0.48
HSL 79.09º 1% 0.26% -
HSV(B) 79.09º 1% 0.52% -
XYZ 12.47 18.68 2.95 -
YUV 104.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 90 132 0 0.32 0 1 0.48 79.09 1 0.26
Hex 5A 84 0 20 0 64 30 4F 64 1A
Octal 132 204 0 40 0 144 60 117 144 32
Binary 1011010 10000100 0 100000 0 1100100 110000 1001111 1100100 11010

Color Harmonies of #5A8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8400

Black with #5A8400

Text Example


Text Example

White with #5A8400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,0); }

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

background-color css

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

 a { background-color: rgb(90,132,0); }

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

border-color css

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

 span { border-color: rgb(90,132,0); }

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