Html Css Color HEX #5A8714 Olive Drab

📋 copy color: '#5A8714'

red 90 ◦ green 135 ◦ blue 20

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

Shades of Olive Drab #5A8714

Tints of Olive Drab #5A8714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 36.73%
G = 55.1%
B = 8.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#5A8714 (or 0x5A8714) is known color: Olive Drab. HEX triplet: 5A, 87 and 14. RGB value is (90,135,20). Sum of RGB (Red+Green+Blue) = 90+135+20=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8714 is #A578EB. Grayscale: #6C6C6C. Windows color (decimal): -10844396 or 1345370. OLE color: 1345370.

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

Color convert

RGB 90 135 20 -
CMYK 0.33 0 0.85 0.47
HSL 83.48º 0.74% 0.3% -
HSV(B) 83.48º 0.85% 0.53% -
XYZ 13.01 19.55 3.75 -
YUV 108.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 90 135 20 0.33 0 0.85 0.47 83.48 0.74 0.3
Hex 5A 87 14 21 0 55 2F 53 4A 1E
Octal 132 207 24 41 0 125 57 123 112 36
Binary 1011010 10000111 10100 100001 0 1010101 101111 1010011 1001010 11110

Color Harmonies of #5A8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8714

Black with #5A8714

Text Example


Text Example

White with #5A8714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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