Html Css Color HEX #A3B372 Olivine

📋 copy color: '#A3B372'

red 163 ◦ green 179 ◦ blue 114

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

Shades of Olivine #A3B372

Tints of Olivine #A3B372

RGB

 RED value IS 163 (64.06% from 255) = 35.75%

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 35.75%
G = 39.25%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#A3B372 (or 0xA3B372) is known color: Olivine. HEX triplet: A3, B3 and 72. RGB value is (163,179,114). Sum of RGB (Red+Green+Blue) = 163+179+114=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B372 is #5C4C8D. Grayscale: #A7A7A7. Windows color (decimal): -6048910 or 7517091. OLE color: 7517091.

HSL color Cylindrical-coordinate representation of color #A3B372: hue angle of 74.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3B372 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 179 114 -
CMYK 0.09 0 0.36 0.30
HSL 74.77º 0.3% 0.57% -
HSV(B) 74.77º 0.36% 0.7% -
XYZ 34.26 41.24 22.07 -
YUV 166.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 163 179 114 0.09 0 0.36 0.30 74.77 0.3 0.57
Hex A3 B3 72 9 0 24 1E 4B 1E 39
Octal 243 263 162 11 0 44 36 113 36 71
Binary 10100011 10110011 1110010 1001 0 100100 11110 1001011 11110 111001

Color Harmonies of #A3B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B372

Black with #A3B372

Text Example


Text Example

White with #A3B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B372; }

 p { color: rgb(163,179,114); }

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

background-color css

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

 a { background-color: rgb(163,179,114); }

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

border-color css

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

 span { border-color: rgb(163,179,114); }

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