Html Css Color HEX #93A580 Olivine

📋 copy color: '#93A580'

red 147 ◦ green 165 ◦ blue 128

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

Shades of Olivine #93A580

Tints of Olivine #93A580

RGB

 RED value IS 147 (57.81% from 255) = 33.41%

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 33.41%
G = 37.5%
B = 29.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#93A580 (or 0x93A580) is known color: Olivine. HEX triplet: 93, A5 and 80. RGB value is (147,165,128). Sum of RGB (Red+Green+Blue) = 147+165+128=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 165 - color contains mainly: green. Hex color #93A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A580 is #6C5A7F. Grayscale: #9B9B9B. Windows color (decimal): -7101056 or 8430995. OLE color: 8430995.

HSL color Cylindrical-coordinate representation of color #93A580: hue angle of 89.19º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A580 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 165 128 -
CMYK 0.11 0 0.22 0.35
HSL 89.19º 0.17% 0.57% -
HSV(B) 89.19º 0.22% 0.65% -
XYZ 29.38 34.67 25.57 -
YUV 155.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 147 165 128 0.11 0 0.22 0.35 89.19 0.17 0.57
Hex 93 A5 80 B 0 16 23 59 11 39
Octal 223 245 200 13 0 26 43 131 21 71
Binary 10010011 10100101 10000000 1011 0 10110 100011 1011001 10001 111001

Color Harmonies of #93A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A580

Black with #93A580

Text Example


Text Example

White with #93A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A580; }

 p { color: rgb(147,165,128); }

 H1.HeaderClassName
 {
   color: #93A580;
 }
 .AnyTagClassName
 {
   color: #93A580;
 }
</style>

background-color css

<style>
 a { background-color: #93A580; }

 a { background-color: rgb(147,165,128); }

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

border-color css

<style>
 span { border-color: #93A580; }

 span { border-color: rgb(147,165,128); }

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