Html Css Color HEX #5A8106 Olive Drab

📋 copy color: '#5A8106'

red 90 ◦ green 129 ◦ blue 6

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

Shades of Olive Drab #5A8106

Tints of Olive Drab #5A8106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.33%

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

R = 40%
G = 57.33%
B = 2.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#5A8106 (or 0x5A8106) is known color: Olive Drab. HEX triplet: 5A, 81 and 06. RGB value is (90,129,6). Sum of RGB (Red+Green+Blue) = 90+129+6=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8106 is #A57EF9. Grayscale: #676767. Windows color (decimal): -10845946 or 426330. OLE color: 426330.

HSL color Cylindrical-coordinate representation of color #5A8106: hue angle of 79.02º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A8106 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 129 6 -
CMYK 0.30 0 0.95 0.49
HSL 79.02º 0.91% 0.26% -
HSV(B) 79.02º 0.95% 0.51% -
XYZ 12.1 17.89 2.99 -
YUV 103.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 90 129 6 0.30 0 0.95 0.49 79.02 0.91 0.26
Hex 5A 81 6 1E 0 5F 31 4F 5B 1A
Octal 132 201 6 36 0 137 61 117 133 32
Binary 1011010 10000001 110 11110 0 1011111 110001 1001111 1011011 11010

Color Harmonies of #5A8106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8106

Black with #5A8106

Text Example


Text Example

White with #5A8106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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