Html Css Color HEX #93AF6D Olivine

📋 copy color: '#93AF6D'

red 147 ◦ green 175 ◦ blue 109

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

Shades of Olivine #93AF6D

Tints of Olivine #93AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 34.11%
G = 40.6%
B = 25.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#93AF6D (or 0x93AF6D) is known color: Olivine. HEX triplet: 93, AF and 6D. RGB value is (147,175,109). Sum of RGB (Red+Green+Blue) = 147+175+109=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF6D is #6C5092. Grayscale: #9F9F9F. Windows color (decimal): -7098515 or 7188371. OLE color: 7188371.

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

Color convert

RGB 147 175 109 -
CMYK 0.16 0 0.38 0.31
HSL 85.45º 0.29% 0.56% -
HSV(B) 85.45º 0.38% 0.69% -
XYZ 30.12 37.97 20.21 -
YUV 159.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 147 175 109 0.16 0 0.38 0.31 85.45 0.29 0.56
Hex 93 AF 6D 10 0 26 1F 55 1D 38
Octal 223 257 155 20 0 46 37 125 35 70
Binary 10010011 10101111 1101101 10000 0 100110 11111 1010101 11101 111000

Color Harmonies of #93AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF6D

Black with #93AF6D

Text Example


Text Example

White with #93AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,175,109); }

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

background-color css

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

 a { background-color: rgb(147,175,109); }

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

border-color css

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

 span { border-color: rgb(147,175,109); }

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