Html Css Color HEX #A2B675 Olivine

📋 copy color: '#A2B675'

red 162 ◦ green 182 ◦ blue 117

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

Shades of Olivine #A2B675

Tints of Olivine #A2B675

RGB

 RED value IS 162 (63.67% from 255) = 35.14%

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

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

R = 35.14%
G = 39.48%
B = 25.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A2B675 (or 0xA2B675) is known color: Olivine. HEX triplet: A2, B6 and 75. RGB value is (162,182,117). Sum of RGB (Red+Green+Blue) = 162+182+117=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B675 is #5D498A. Grayscale: #A8A8A8. Windows color (decimal): -6113675 or 7714466. OLE color: 7714466.

HSL color Cylindrical-coordinate representation of color #A2B675: hue angle of 78.46º 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 #A2B675 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 117 -
CMYK 0.11 0 0.36 0.29
HSL 78.46º 0.31% 0.59% -
HSV(B) 78.46º 0.36% 0.71% -
XYZ 34.84 42.42 23.18 -
YUV 168.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 162 182 117 0.11 0 0.36 0.29 78.46 0.31 0.59
Hex A2 B6 75 B 0 24 1D 4E 1F 3B
Octal 242 266 165 13 0 44 35 116 37 73
Binary 10100010 10110110 1110101 1011 0 100100 11101 1001110 11111 111011

Color Harmonies of #A2B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B675

Black with #A2B675

Text Example


Text Example

White with #A2B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B675; }

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

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

background-color css

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

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

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

border-color css

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

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

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