Html Css Color HEX #93AB7A Olivine

📋 copy color: '#93AB7A'

red 147 ◦ green 171 ◦ blue 122

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

Shades of Olivine #93AB7A

Tints of Olivine #93AB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 33.41%
G = 38.86%
B = 27.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#93AB7A (or 0x93AB7A) is known color: Olivine. HEX triplet: 93, AB and 7A. RGB value is (147,171,122). Sum of RGB (Red+Green+Blue) = 147+171+122=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB7A is #6C5485. Grayscale: #9E9E9E. Windows color (decimal): -7099526 or 8039315. OLE color: 8039315.

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

Color convert

RGB 147 171 122 -
CMYK 0.14 0 0.29 0.33
HSL 89.39º 0.23% 0.57% -
HSV(B) 89.39º 0.29% 0.67% -
XYZ 30.11 36.73 23.92 -
YUV 158.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 147 171 122 0.14 0 0.29 0.33 89.39 0.23 0.57
Hex 93 AB 7A E 0 1D 21 59 17 39
Octal 223 253 172 16 0 35 41 131 27 71
Binary 10010011 10101011 1111010 1110 0 11101 100001 1011001 10111 111001

Color Harmonies of #93AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB7A

Black with #93AB7A

Text Example


Text Example

White with #93AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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