Html Css Color HEX #93B479 Olivine

📋 copy color: '#93B479'

red 147 ◦ green 180 ◦ blue 121

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

Shades of Olivine #93B479

Tints of Olivine #93B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 32.81%
G = 40.18%
B = 27.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#93B479 (or 0x93B479) is known color: Olivine. HEX triplet: 93, B4 and 79. RGB value is (147,180,121). Sum of RGB (Red+Green+Blue) = 147+180+121=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #93B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B479 is #6C4B86. Grayscale: #A3A3A3. Windows color (decimal): -7097223 or 7976083. OLE color: 7976083.

HSL color Cylindrical-coordinate representation of color #93B479: hue angle of 93.56º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B479 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 180 121 -
CMYK 0.18 0 0.33 0.29
HSL 93.56º 0.28% 0.59% -
HSV(B) 93.56º 0.33% 0.71% -
XYZ 31.81 40.23 24.18 -
YUV 163.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 147 180 121 0.18 0 0.33 0.29 93.56 0.28 0.59
Hex 93 B4 79 12 0 21 1D 5E 1C 3B
Octal 223 264 171 22 0 41 35 136 34 73
Binary 10010011 10110100 1111001 10010 0 100001 11101 1011110 11100 111011

Color Harmonies of #93B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B479

Black with #93B479

Text Example


Text Example

White with #93B479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,180,121); }

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

background-color css

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

 a { background-color: rgb(147,180,121); }

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

border-color css

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

 span { border-color: rgb(147,180,121); }

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