Html Css Color HEX #93B369 Olivine

📋 copy color: '#93B369'

red 147 ◦ green 179 ◦ blue 105

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

Shades of Olivine #93B369

Tints of Olivine #93B369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 34.11%
G = 41.53%
B = 24.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#93B369 (or 0x93B369) is known color: Olivine. HEX triplet: 93, B3 and 69. RGB value is (147,179,105). Sum of RGB (Red+Green+Blue) = 147+179+105=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #93B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B369 is #6C4C96. Grayscale: #A1A1A1. Windows color (decimal): -7097495 or 6927251. OLE color: 6927251.

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

Color convert

RGB 147 179 105 -
CMYK 0.18 0 0.41 0.30
HSL 85.95º 0.33% 0.56% -
HSV(B) 85.95º 0.41% 0.7% -
XYZ 30.7 39.46 19.36 -
YUV 161 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 147 179 105 0.18 0 0.41 0.30 85.95 0.33 0.56
Hex 93 B3 69 12 0 29 1E 56 21 38
Octal 223 263 151 22 0 51 36 126 41 70
Binary 10010011 10110011 1101001 10010 0 101001 11110 1010110 100001 111000

Color Harmonies of #93B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B369

Black with #93B369

Text Example


Text Example

White with #93B369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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