Html Css Color HEX #5A8601 Olive Drab

📋 copy color: '#5A8601'

red 90 ◦ green 134 ◦ blue 1

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

Shades of Olive Drab #5A8601

Tints of Olive Drab #5A8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.56%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 40%
G = 59.56%
B = 0.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#5A8601 (or 0x5A8601) is known color: Olive Drab. HEX triplet: 5A, 86 and 01. RGB value is (90,134,1). Sum of RGB (Red+Green+Blue) = 90+134+1=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8601 is #A579FE. Grayscale: #6A6A6A. Windows color (decimal): -10844671 or 99930. OLE color: 99930.

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

Color convert

RGB 90 134 1 -
CMYK 0.33 0 0.99 0.47
HSL 79.85º 0.99% 0.26% -
HSV(B) 79.85º 0.99% 0.53% -
XYZ 12.75 19.23 3.07 -
YUV 105.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 90 134 1 0.33 0 0.99 0.47 79.85 0.99 0.26
Hex 5A 86 1 21 0 63 2F 50 63 1A
Octal 132 206 1 41 0 143 57 120 143 32
Binary 1011010 10000110 1 100001 0 1100011 101111 1010000 1100011 11010

Color Harmonies of #5A8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8601

Black with #5A8601

Text Example


Text Example

White with #5A8601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,134,1); }

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

background-color css

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

 a { background-color: rgb(90,134,1); }

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

border-color css

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

 span { border-color: rgb(90,134,1); }

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