Html Css Color HEX #93AB70 Olivine

📋 copy color: '#93AB70'

red 147 ◦ green 171 ◦ blue 112

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

Shades of Olivine #93AB70

Tints of Olivine #93AB70

RGB

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

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

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

R = 34.19%
G = 39.77%
B = 26.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#93AB70 (or 0x93AB70) is known color: Olivine. HEX triplet: 93, AB and 70. RGB value is (147,171,112). Sum of RGB (Red+Green+Blue) = 147+171+112=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB70 is #6C548F. Grayscale: #9D9D9D. Windows color (decimal): -7099536 or 7383955. OLE color: 7383955.

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

Color convert

RGB 147 171 112 -
CMYK 0.14 0 0.35 0.33
HSL 84.41º 0.26% 0.55% -
HSV(B) 84.41º 0.35% 0.67% -
XYZ 29.52 36.5 20.82 -
YUV 157.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 147 171 112 0.14 0 0.35 0.33 84.41 0.26 0.55
Hex 93 AB 70 E 0 23 21 54 1A 37
Octal 223 253 160 16 0 43 41 124 32 67
Binary 10010011 10101011 1110000 1110 0 100011 100001 1010100 11010 110111

Color Harmonies of #93AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB70

Black with #93AB70

Text Example


Text Example

White with #93AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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