Html Css Color HEX #A3B672 Olivine

📋 copy color: '#A3B672'

red 163 ◦ green 182 ◦ blue 114

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

Shades of Olivine #A3B672

Tints of Olivine #A3B672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 35.51%
G = 39.65%
B = 24.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A3B672 (or 0xA3B672) is known color: Olivine. HEX triplet: A3, B6 and 72. RGB value is (163,182,114). Sum of RGB (Red+Green+Blue) = 163+182+114=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B672 is #5C498D. Grayscale: #A8A8A8. Windows color (decimal): -6048142 or 7517859. OLE color: 7517859.

HSL color Cylindrical-coordinate representation of color #A3B672: hue angle of 76.76º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3B672 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 182 114 -
CMYK 0.10 0 0.37 0.29
HSL 76.76º 0.32% 0.58% -
HSV(B) 76.76º 0.37% 0.71% -
XYZ 34.87 42.46 22.28 -
YUV 168.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 163 182 114 0.10 0 0.37 0.29 76.76 0.32 0.58
Hex A3 B6 72 A 0 25 1D 4D 20 3A
Octal 243 266 162 12 0 45 35 115 40 72
Binary 10100011 10110110 1110010 1010 0 100101 11101 1001101 100000 111010

Color Harmonies of #A3B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B672

Black with #A3B672

Text Example


Text Example

White with #A3B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B672; }

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

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

background-color css

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

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

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

border-color css

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

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

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