Html Css Color HEX #A3B675 Olivine

📋 copy color: '#A3B675'

red 163 ◦ green 182 ◦ blue 117

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

Shades of Olivine #A3B675

Tints of Olivine #A3B675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 35.28%
G = 39.39%
B = 25.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A3B675 (or 0xA3B675) is known color: Olivine. HEX triplet: A3, B6 and 75. RGB value is (163,182,117). Sum of RGB (Red+Green+Blue) = 163+182+117=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B675 is #5C498A. Grayscale: #A9A9A9. Windows color (decimal): -6048139 or 7714467. OLE color: 7714467.

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

Color convert

RGB 163 182 117 -
CMYK 0.10 0 0.36 0.29
HSL 77.54º 0.31% 0.59% -
HSV(B) 77.54º 0.36% 0.71% -
XYZ 35.04 42.53 23.19 -
YUV 168.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 163 182 117 0.10 0 0.36 0.29 77.54 0.31 0.59
Hex A3 B6 75 A 0 24 1D 4E 1F 3B
Octal 243 266 165 12 0 44 35 116 37 73
Binary 10100011 10110110 1110101 1010 0 100100 11101 1001110 11111 111011

Color Harmonies of #A3B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B675

Black with #A3B675

Text Example


Text Example

White with #A3B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B675; }

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

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

background-color css

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

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

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

border-color css

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

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

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