Html Css Color HEX #93AE6C Olivine

📋 copy color: '#93AE6C'

red 147 ◦ green 174 ◦ blue 108

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

Shades of Olivine #93AE6C

Tints of Olivine #93AE6C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 34.27%
G = 40.56%
B = 25.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#93AE6C (or 0x93AE6C) is known color: Olivine. HEX triplet: 93, AE and 6C. RGB value is (147,174,108). Sum of RGB (Red+Green+Blue) = 147+174+108=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE6C is #6C5193. Grayscale: #9E9E9E. Windows color (decimal): -7098772 or 7122579. OLE color: 7122579.

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

Color convert

RGB 147 174 108 -
CMYK 0.16 0 0.38 0.32
HSL 84.55º 0.29% 0.55% -
HSV(B) 84.55º 0.38% 0.68% -
XYZ 29.88 37.56 19.86 -
YUV 158.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 147 174 108 0.16 0 0.38 0.32 84.55 0.29 0.55
Hex 93 AE 6C 10 0 26 20 55 1D 37
Octal 223 256 154 20 0 46 40 125 35 67
Binary 10010011 10101110 1101100 10000 0 100110 100000 1010101 11101 110111

Color Harmonies of #93AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE6C

Black with #93AE6C

Text Example


Text Example

White with #93AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,174,108); }

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

background-color css

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

 a { background-color: rgb(147,174,108); }

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

border-color css

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

 span { border-color: rgb(147,174,108); }

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