Html Css Color HEX #93AC6D Olivine

📋 copy color: '#93AC6D'

red 147 ◦ green 172 ◦ blue 109

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

Shades of Olivine #93AC6D

Tints of Olivine #93AC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

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

R = 34.35%
G = 40.19%
B = 25.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#93AC6D (or 0x93AC6D) is known color: Olivine. HEX triplet: 93, AC and 6D. RGB value is (147,172,109). Sum of RGB (Red+Green+Blue) = 147+172+109=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC6D is #6C5392. Grayscale: #9D9D9D. Windows color (decimal): -7099283 or 7187603. OLE color: 7187603.

HSL color Cylindrical-coordinate representation of color #93AC6D: hue angle of 83.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93AC6D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 109 -
CMYK 0.15 0 0.37 0.33
HSL 83.81º 0.28% 0.55% -
HSV(B) 83.81º 0.37% 0.67% -
XYZ 29.55 36.81 20.02 -
YUV 157.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 147 172 109 0.15 0 0.37 0.33 83.81 0.28 0.55
Hex 93 AC 6D F 0 25 21 54 1C 37
Octal 223 254 155 17 0 45 41 124 34 67
Binary 10010011 10101100 1101101 1111 0 100101 100001 1010100 11100 110111

Color Harmonies of #93AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC6D

Black with #93AC6D

Text Example


Text Example

White with #93AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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