Html Css Color HEX #93B670 Olivine

📋 copy color: '#93B670'

red 147 ◦ green 182 ◦ blue 112

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

Shades of Olivine #93B670

Tints of Olivine #93B670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 33.33%
G = 41.27%
B = 25.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#93B670 (or 0x93B670) is known color: Olivine. HEX triplet: 93, B6 and 70. RGB value is (147,182,112). Sum of RGB (Red+Green+Blue) = 147+182+112=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #93B670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B670 is #6C498F. Grayscale: #A3A3A3. Windows color (decimal): -7096720 or 7386771. OLE color: 7386771.

HSL color Cylindrical-coordinate representation of color #93B670: hue angle of 90º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B670 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 112 -
CMYK 0.19 0 0.38 0.29
HSL 90º 0.32% 0.58% -
HSV(B) 90º 0.38% 0.71% -
XYZ 31.69 40.83 21.54 -
YUV 163.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 147 182 112 0.19 0 0.38 0.29 90 0.32 0.58
Hex 93 B6 70 13 0 26 1D 5A 20 3A
Octal 223 266 160 23 0 46 35 132 40 72
Binary 10010011 10110110 1110000 10011 0 100110 11101 1011010 100000 111010

Color Harmonies of #93B670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B670

Black with #93B670

Text Example


Text Example

White with #93B670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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