Html Css Color HEX #A3B679 Olivine

📋 copy color: '#A3B679'

red 163 ◦ green 182 ◦ blue 121

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

Shades of Olivine #A3B679

Tints of Olivine #A3B679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.97%

R = 34.98%
G = 39.06%
B = 25.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A3B679 (or 0xA3B679) is known color: Olivine. HEX triplet: A3, B6 and 79. RGB value is (163,182,121). Sum of RGB (Red+Green+Blue) = 163+182+121=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B679 is #5C4986. Grayscale: #A9A9A9. Windows color (decimal): -6048135 or 7976611. OLE color: 7976611.

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

Color convert

RGB 163 182 121 -
CMYK 0.10 0 0.34 0.29
HSL 78.69º 0.29% 0.59% -
HSV(B) 78.69º 0.34% 0.71% -
XYZ 35.28 42.62 24.46 -
YUV 169.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 163 182 121 0.10 0 0.34 0.29 78.69 0.29 0.59
Hex A3 B6 79 A 0 22 1D 4F 1D 3B
Octal 243 266 171 12 0 42 35 117 35 73
Binary 10100011 10110110 1111001 1010 0 100010 11101 1001111 11101 111011

Color Harmonies of #A3B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B679

Black with #A3B679

Text Example


Text Example

White with #A3B679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B679; }

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

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

background-color css

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

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

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

border-color css

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

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

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