Html Css Color HEX #5A9106 Olive Drab

📋 copy color: '#5A9106'

red 90 ◦ green 145 ◦ blue 6

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

Shades of Olive Drab #5A9106

Tints of Olive Drab #5A9106

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

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

R = 37.34%
G = 60.17%
B = 2.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#5A9106 (or 0x5A9106) is known color: Olive Drab. HEX triplet: 5A, 91 and 06. RGB value is (90,145,6). Sum of RGB (Red+Green+Blue) = 90+145+6=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9106 is #A56EF9. Grayscale: #717171. Windows color (decimal): -10841850 or 430426. OLE color: 430426.

HSL color Cylindrical-coordinate representation of color #5A9106: hue angle of 83.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A9106 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 6 -
CMYK 0.38 0 0.96 0.43
HSL 83.74º 0.92% 0.3% -
HSV(B) 83.74º 0.96% 0.57% -
XYZ 14.37 22.44 3.75 -
YUV 112.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 90 145 6 0.38 0 0.96 0.43 83.74 0.92 0.3
Hex 5A 91 6 26 0 60 2B 54 5C 1E
Octal 132 221 6 46 0 140 53 124 134 36
Binary 1011010 10010001 110 100110 0 1100000 101011 1010100 1011100 11110

Color Harmonies of #5A9106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9106

Black with #5A9106

Text Example


Text Example

White with #5A9106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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