Html Css Color HEX #93AF73 Olivine

📋 copy color: '#93AF73'

red 147 ◦ green 175 ◦ blue 115

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

Shades of Olivine #93AF73

Tints of Olivine #93AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 33.64%
G = 40.05%
B = 26.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#93AF73 (or 0x93AF73) is known color: Olivine. HEX triplet: 93, AF and 73. RGB value is (147,175,115). Sum of RGB (Red+Green+Blue) = 147+175+115=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF73 is #6C508C. Grayscale: #A0A0A0. Windows color (decimal): -7098509 or 7581587. OLE color: 7581587.

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

Color convert

RGB 147 175 115 -
CMYK 0.16 0 0.34 0.31
HSL 88º 0.27% 0.57% -
HSV(B) 88º 0.34% 0.69% -
XYZ 30.46 38.1 21.97 -
YUV 159.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 147 175 115 0.16 0 0.34 0.31 88 0.27 0.57
Hex 93 AF 73 10 0 22 1F 58 1B 39
Octal 223 257 163 20 0 42 37 130 33 71
Binary 10010011 10101111 1110011 10000 0 100010 11111 1011000 11011 111001

Color Harmonies of #93AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF73

Black with #93AF73

Text Example


Text Example

White with #93AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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