Html Css Color HEX #93BB6F Olivine

📋 copy color: '#93BB6F'

red 147 ◦ green 187 ◦ blue 111

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

Shades of Olivine #93BB6F

Tints of Olivine #93BB6F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 33.03%
G = 42.02%
B = 24.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#93BB6F (or 0x93BB6F) is known color: Olivine. HEX triplet: 93, BB and 6F. RGB value is (147,187,111). Sum of RGB (Red+Green+Blue) = 147+187+111=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB6F is #6C4490. Grayscale: #A6A6A6. Windows color (decimal): -7095441 or 7322515. OLE color: 7322515.

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

Color convert

RGB 147 187 111 -
CMYK 0.21 0 0.41 0.27
HSL 91.58º 0.36% 0.58% -
HSV(B) 91.58º 0.41% 0.73% -
XYZ 32.67 42.89 21.6 -
YUV 166.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 147 187 111 0.21 0 0.41 0.27 91.58 0.36 0.58
Hex 93 BB 6F 15 0 29 1B 5C 24 3A
Octal 223 273 157 25 0 51 33 134 44 72
Binary 10010011 10111011 1101111 10101 0 101001 11011 1011100 100100 111010

Color Harmonies of #93BB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BB6F

Black with #93BB6F

Text Example


Text Example

White with #93BB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,187,111); }

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

background-color css

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

 a { background-color: rgb(147,187,111); }

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

border-color css

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

 span { border-color: rgb(147,187,111); }

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