Html Css Color HEX #5A8606 Olive Drab

📋 copy color: '#5A8606'

red 90 ◦ green 134 ◦ blue 6

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

Shades of Olive Drab #5A8606

Tints of Olive Drab #5A8606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 39.13%
G = 58.26%
B = 2.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#5A8606 (or 0x5A8606) is known color: Olive Drab. HEX triplet: 5A, 86 and 06. RGB value is (90,134,6). Sum of RGB (Red+Green+Blue) = 90+134+6=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8606 is #A579F9. Grayscale: #6A6A6A. Windows color (decimal): -10844666 or 427610. OLE color: 427610.

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

Color convert

RGB 90 134 6 -
CMYK 0.33 0 0.96 0.47
HSL 80.63º 0.91% 0.27% -
HSV(B) 80.63º 0.96% 0.53% -
XYZ 12.77 19.24 3.21 -
YUV 106.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 90 134 6 0.33 0 0.96 0.47 80.63 0.91 0.27
Hex 5A 86 6 21 0 60 2F 51 5B 1B
Octal 132 206 6 41 0 140 57 121 133 33
Binary 1011010 10000110 110 100001 0 1100000 101111 1010001 1011011 11011

Color Harmonies of #5A8606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8606

Black with #5A8606

Text Example


Text Example

White with #5A8606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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