Html Css Color HEX #93A772 Olivine

📋 copy color: '#93A772'

red 147 ◦ green 167 ◦ blue 114

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

Shades of Olivine #93A772

Tints of Olivine #93A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 34.35%
G = 39.02%
B = 26.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#93A772 (or 0x93A772) is known color: Olivine. HEX triplet: 93, A7 and 72. RGB value is (147,167,114). Sum of RGB (Red+Green+Blue) = 147+167+114=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #93A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A772 is #6C588D. Grayscale: #9B9B9B. Windows color (decimal): -7100558 or 7514003. OLE color: 7514003.

HSL color Cylindrical-coordinate representation of color #93A772: hue angle of 82.64º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A772 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 167 114 -
CMYK 0.12 0 0.32 0.35
HSL 82.64º 0.23% 0.55% -
HSV(B) 82.64º 0.32% 0.65% -
XYZ 28.89 35.06 21.16 -
YUV 154.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 147 167 114 0.12 0 0.32 0.35 82.64 0.23 0.55
Hex 93 A7 72 C 0 20 23 53 17 37
Octal 223 247 162 14 0 40 43 123 27 67
Binary 10010011 10100111 1110010 1100 0 100000 100011 1010011 10111 110111

Color Harmonies of #93A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A772

Black with #93A772

Text Example


Text Example

White with #93A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,114); }

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

background-color css

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

 a { background-color: rgb(147,167,114); }

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

border-color css

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

 span { border-color: rgb(147,167,114); }

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