Html Css Color HEX #93B375 Olivine

📋 copy color: '#93B375'

red 147 ◦ green 179 ◦ blue 117

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

Shades of Olivine #93B375

Tints of Olivine #93B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 33.18%
G = 40.41%
B = 26.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#93B375 (or 0x93B375) is known color: Olivine. HEX triplet: 93, B3 and 75. RGB value is (147,179,117). Sum of RGB (Red+Green+Blue) = 147+179+117=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #93B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B375 is #6C4C8A. Grayscale: #A2A2A2. Windows color (decimal): -7097483 or 7713683. OLE color: 7713683.

HSL color Cylindrical-coordinate representation of color #93B375: hue angle of 90.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93B375 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 179 117 -
CMYK 0.18 0 0.35 0.30
HSL 90.97º 0.29% 0.58% -
HSV(B) 90.97º 0.35% 0.7% -
XYZ 31.36 39.73 22.84 -
YUV 162.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 147 179 117 0.18 0 0.35 0.30 90.97 0.29 0.58
Hex 93 B3 75 12 0 23 1E 5B 1D 3A
Octal 223 263 165 22 0 43 36 133 35 72
Binary 10010011 10110011 1110101 10010 0 100011 11110 1011011 11101 111010

Color Harmonies of #93B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B375

Black with #93B375

Text Example


Text Example

White with #93B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,117); }

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

background-color css

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

 a { background-color: rgb(147,179,117); }

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

border-color css

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

 span { border-color: rgb(147,179,117); }

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