Html Css Color HEX #5A8700 Olive Drab

📋 copy color: '#5A8700'

red 90 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #5A8700

Tints of Olive Drab #5A8700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#5A8700 (or 0x5A8700) is known color: Olive Drab. HEX triplet: 5A, 87 and 00. RGB value is (90,135,0). Sum of RGB (Red+Green+Blue) = 90+135+0=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8700 is #A578FF. Grayscale: #6A6A6A. Windows color (decimal): -10844416 or 34650. OLE color: 34650.

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

Color convert

RGB 90 135 0 -
CMYK 0.33 0 1 0.47
HSL 80º 1% 0.26% -
HSV(B) 80º 1% 0.53% -
XYZ 12.88 19.5 3.09 -
YUV 106.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 90 135 0 0.33 0 1 0.47 80 1 0.26
Hex 5A 87 0 21 0 64 2F 50 64 1A
Octal 132 207 0 41 0 144 57 120 144 32
Binary 1011010 10000111 0 100001 0 1100100 101111 1010000 1100100 11010

Color Harmonies of #5A8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8700

Black with #5A8700

Text Example


Text Example

White with #5A8700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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