Html Css Color HEX #93A270 Sage

📋 copy color: '#93A270'

red 147 ◦ green 162 ◦ blue 112

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

Shades of Sage #93A270

Tints of Sage #93A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 34.92%
G = 38.48%
B = 26.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#93A270 (or 0x93A270) is known color: Sage. HEX triplet: 93, A2 and 70. RGB value is (147,162,112). Sum of RGB (Red+Green+Blue) = 147+162+112=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #93A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A270 is #6C5D8F. Grayscale: #989898. Windows color (decimal): -7101840 or 7381651. OLE color: 7381651.

HSL color Cylindrical-coordinate representation of color #93A270: hue angle of 78º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A270 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 162 112 -
CMYK 0.09 0 0.31 0.36
HSL 78º 0.21% 0.54% -
HSV(B) 78º 0.31% 0.64% -
XYZ 27.88 33.21 20.27 -
YUV 151.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 147 162 112 0.09 0 0.31 0.36 78 0.21 0.54
Hex 93 A2 70 9 0 1F 24 4E 15 36
Octal 223 242 160 11 0 37 44 116 25 66
Binary 10010011 10100010 1110000 1001 0 11111 100100 1001110 10101 110110

Color Harmonies of #93A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A270

Black with #93A270

Text Example


Text Example

White with #93A270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,162,112); }

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

background-color css

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

 a { background-color: rgb(147,162,112); }

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

border-color css

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

 span { border-color: rgb(147,162,112); }

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