Html Css Color HEX #93B970 Olivine

📋 copy color: '#93B970'

red 147 ◦ green 185 ◦ blue 112

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

Shades of Olivine #93B970

Tints of Olivine #93B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 33.11%
G = 41.67%
B = 25.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#93B970 (or 0x93B970) is known color: Olivine. HEX triplet: 93, B9 and 70. RGB value is (147,185,112). Sum of RGB (Red+Green+Blue) = 147+185+112=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #93B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B970 is #6C468F. Grayscale: #A5A5A5. Windows color (decimal): -7095952 or 7387539. OLE color: 7387539.

HSL color Cylindrical-coordinate representation of color #93B970: hue angle of 91.23º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B970 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 185 112 -
CMYK 0.21 0 0.39 0.27
HSL 91.23º 0.34% 0.58% -
HSV(B) 91.23º 0.39% 0.73% -
XYZ 32.31 42.07 21.75 -
YUV 165.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 147 185 112 0.21 0 0.39 0.27 91.23 0.34 0.58
Hex 93 B9 70 15 0 27 1B 5B 22 3A
Octal 223 271 160 25 0 47 33 133 42 72
Binary 10010011 10111001 1110000 10101 0 100111 11011 1011011 100010 111010

Color Harmonies of #93B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B970

Black with #93B970

Text Example


Text Example

White with #93B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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