Html Css Color HEX #93AB7E Olivine

📋 copy color: '#93AB7E'

red 147 ◦ green 171 ◦ blue 126

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

Shades of Olivine #93AB7E

Tints of Olivine #93AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 33.11%
G = 38.51%
B = 28.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#93AB7E (or 0x93AB7E) is known color: Olivine. HEX triplet: 93, AB and 7E. RGB value is (147,171,126). Sum of RGB (Red+Green+Blue) = 147+171+126=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB7E is #6C5481. Grayscale: #9E9E9E. Windows color (decimal): -7099522 or 8301459. OLE color: 8301459.

HSL color Cylindrical-coordinate representation of color #93AB7E: hue angle of 92º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93AB7E is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 126 -
CMYK 0.14 0 0.26 0.33
HSL 92º 0.21% 0.58% -
HSV(B) 92º 0.26% 0.67% -
XYZ 30.36 36.84 25.25 -
YUV 158.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 147 171 126 0.14 0 0.26 0.33 92 0.21 0.58
Hex 93 AB 7E E 0 1A 21 5C 15 3A
Octal 223 253 176 16 0 32 41 134 25 72
Binary 10010011 10101011 1111110 1110 0 11010 100001 1011100 10101 111010

Color Harmonies of #93AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB7E

Black with #93AB7E

Text Example


Text Example

White with #93AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,126); }

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

background-color css

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

 a { background-color: rgb(147,171,126); }

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

border-color css

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

 span { border-color: rgb(147,171,126); }

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