Html Css Color HEX #A6B670 Olivine

📋 copy color: '#A6B670'

red 166 ◦ green 182 ◦ blue 112

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

Shades of Olivine #A6B670

Tints of Olivine #A6B670

RGB

 RED value IS 166 (65.23% from 255) = 36.09%

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

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 36.09%
G = 39.57%
B = 24.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A6B670 (or 0xA6B670) is known color: Olivine. HEX triplet: A6, B6 and 70. RGB value is (166,182,112). Sum of RGB (Red+Green+Blue) = 166+182+112=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B670 is #59498F. Grayscale: #A9A9A9. Windows color (decimal): -5851536 or 7386790. OLE color: 7386790.

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

Color convert

RGB 166 182 112 -
CMYK 0.09 0 0.38 0.29
HSL 73.71º 0.32% 0.58% -
HSV(B) 73.71º 0.38% 0.71% -
XYZ 35.38 42.73 21.71 -
YUV 169.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 166 182 112 0.09 0 0.38 0.29 73.71 0.32 0.58
Hex A6 B6 70 9 0 26 1D 4A 20 3A
Octal 246 266 160 11 0 46 35 112 40 72
Binary 10100110 10110110 1110000 1001 0 100110 11101 1001010 100000 111010

Color Harmonies of #A6B670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B670

Black with #A6B670

Text Example


Text Example

White with #A6B670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B670; }

 p { color: rgb(166,182,112); }

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

background-color css

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

 a { background-color: rgb(166,182,112); }

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

border-color css

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

 span { border-color: rgb(166,182,112); }

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