Html Css Color HEX #A7BA6D Olivine

📋 copy color: '#A7BA6D'

red 167 ◦ green 186 ◦ blue 109

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

Shades of Olivine #A7BA6D

Tints of Olivine #A7BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 36.15%
G = 40.26%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A7BA6D (or 0xA7BA6D) is known color: Olivine. HEX triplet: A7, BA and 6D. RGB value is (167,186,109). Sum of RGB (Red+Green+Blue) = 167+186+109=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA6D is #584592. Grayscale: #ABABAB. Windows color (decimal): -5784979 or 7191207. OLE color: 7191207.

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

Color convert

RGB 167 186 109 -
CMYK 0.10 0 0.41 0.27
HSL 74.81º 0.36% 0.58% -
HSV(B) 74.81º 0.41% 0.73% -
XYZ 36.26 44.44 21.13 -
YUV 171.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 167 186 109 0.10 0 0.41 0.27 74.81 0.36 0.58
Hex A7 BA 6D A 0 29 1B 4B 24 3A
Octal 247 272 155 12 0 51 33 113 44 72
Binary 10100111 10111010 1101101 1010 0 101001 11011 1001011 100100 111010

Color Harmonies of #A7BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA6D

Black with #A7BA6D

Text Example


Text Example

White with #A7BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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