Html Css Color HEX #93B372 Olivine

📋 copy color: '#93B372'

red 147 ◦ green 179 ◦ blue 114

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

Shades of Olivine #93B372

Tints of Olivine #93B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 33.41%
G = 40.68%
B = 25.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#93B372 (or 0x93B372) is known color: Olivine. HEX triplet: 93, B3 and 72. RGB value is (147,179,114). Sum of RGB (Red+Green+Blue) = 147+179+114=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #93B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B372 is #6C4C8D. Grayscale: #A2A2A2. Windows color (decimal): -7097486 or 7517075. OLE color: 7517075.

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

Color convert

RGB 147 179 114 -
CMYK 0.18 0 0.36 0.30
HSL 89.54º 0.3% 0.57% -
HSV(B) 89.54º 0.36% 0.7% -
XYZ 31.19 39.66 21.93 -
YUV 162.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 147 179 114 0.18 0 0.36 0.30 89.54 0.3 0.57
Hex 93 B3 72 12 0 24 1E 5A 1E 39
Octal 223 263 162 22 0 44 36 132 36 71
Binary 10010011 10110011 1110010 10010 0 100100 11110 1011010 11110 111001

Color Harmonies of #93B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B372

Black with #93B372

Text Example


Text Example

White with #93B372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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