Html Css Color HEX #5A8D06 Olive Drab

📋 copy color: '#5A8D06'

red 90 ◦ green 141 ◦ blue 6

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

Shades of Olive Drab #5A8D06

Tints of Olive Drab #5A8D06

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59.49%

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

R = 37.97%
G = 59.49%
B = 2.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#5A8D06 (or 0x5A8D06) is known color: Olive Drab. HEX triplet: 5A, 8D and 06. RGB value is (90,141,6). Sum of RGB (Red+Green+Blue) = 90+141+6=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8D06 is #A572F9. Grayscale: #6E6E6E. Windows color (decimal): -10842874 or 429402. OLE color: 429402.

HSL color Cylindrical-coordinate representation of color #5A8D06: hue angle of 82.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8D06 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 141 6 -
CMYK 0.36 0 0.96 0.45
HSL 82.67º 0.92% 0.29% -
HSV(B) 82.67º 0.96% 0.55% -
XYZ 13.77 21.24 3.55 -
YUV 110.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 90 141 6 0.36 0 0.96 0.45 82.67 0.92 0.29
Hex 5A 8D 6 24 0 60 2D 53 5C 1D
Octal 132 215 6 44 0 140 55 123 134 35
Binary 1011010 10001101 110 100100 0 1100000 101101 1010011 1011100 11101

Color Harmonies of #5A8D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8D06

Black with #5A8D06

Text Example


Text Example

White with #5A8D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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