Html Css Color HEX #5A8607 Olive Drab

📋 copy color: '#5A8607'

red 90 ◦ green 134 ◦ blue 7

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

Shades of Olive Drab #5A8607

Tints of Olive Drab #5A8607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 38.96%
G = 58.01%
B = 3.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#5A8607 (or 0x5A8607) is known color: Olive Drab. HEX triplet: 5A, 86 and 07. RGB value is (90,134,7). Sum of RGB (Red+Green+Blue) = 90+134+7=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8607 is #A579F8. Grayscale: #6A6A6A. Windows color (decimal): -10844665 or 493146. OLE color: 493146.

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

Color convert

RGB 90 134 7 -
CMYK 0.33 0 0.95 0.47
HSL 80.79º 0.9% 0.28% -
HSV(B) 80.79º 0.95% 0.53% -
XYZ 12.78 19.24 3.24 -
YUV 106.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 90 134 7 0.33 0 0.95 0.47 80.79 0.9 0.28
Hex 5A 86 7 21 0 5F 2F 51 5A 1C
Octal 132 206 7 41 0 137 57 121 132 34
Binary 1011010 10000110 111 100001 0 1011111 101111 1010001 1011010 11100

Color Harmonies of #5A8607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8607

Black with #5A8607

Text Example


Text Example

White with #5A8607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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