Html Css Color HEX #A7BA6F Olivine

📋 copy color: '#A7BA6F'

red 167 ◦ green 186 ◦ blue 111

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

Shades of Olivine #A7BA6F

Tints of Olivine #A7BA6F

RGB

 RED value IS 167 (65.63% from 255) = 35.99%

 GREEN value IS 186 (73.05% from 255) = 40.09%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 35.99%
G = 40.09%
B = 23.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#A7BA6F (or 0xA7BA6F) is known color: Olivine. HEX triplet: A7, BA and 6F. RGB value is (167,186,111). Sum of RGB (Red+Green+Blue) = 167+186+111=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA6F is #584590. Grayscale: #ACACAC. Windows color (decimal): -5784977 or 7322279. OLE color: 7322279.

HSL color Cylindrical-coordinate representation of color #A7BA6F: hue angle of 75.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7BA6F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 186 111 -
CMYK 0.10 0 0.40 0.27
HSL 75.2º 0.35% 0.58% -
HSV(B) 75.2º 0.4% 0.73% -
XYZ 36.36 44.48 21.71 -
YUV 171.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 167 186 111 0.10 0 0.40 0.27 75.2 0.35 0.58
Hex A7 BA 6F A 0 28 1B 4B 23 3A
Octal 247 272 157 12 0 50 33 113 43 72
Binary 10100111 10111010 1101111 1010 0 101000 11011 1001011 100011 111010

Color Harmonies of #A7BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA6F

Black with #A7BA6F

Text Example


Text Example

White with #A7BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA6F; }

 p { color: rgb(167,186,111); }

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

background-color css

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

 a { background-color: rgb(167,186,111); }

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

border-color css

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

 span { border-color: rgb(167,186,111); }

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