Html Css Color HEX #A7BA69 Olivine

📋 copy color: '#A7BA69'

red 167 ◦ green 186 ◦ blue 105

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

Shades of Olivine #A7BA69

Tints of Olivine #A7BA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 36.46%
G = 40.61%
B = 22.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A7BA69 (or 0xA7BA69) is known color: Olivine. HEX triplet: A7, BA and 69. RGB value is (167,186,105). Sum of RGB (Red+Green+Blue) = 167+186+105=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA69 is #584596. Grayscale: #ABABAB. Windows color (decimal): -5784983 or 6929063. OLE color: 6929063.

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

Color convert

RGB 167 186 105 -
CMYK 0.10 0 0.44 0.27
HSL 74.07º 0.37% 0.57% -
HSV(B) 74.07º 0.44% 0.73% -
XYZ 36.05 44.35 20.03 -
YUV 171.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 167 186 105 0.10 0 0.44 0.27 74.07 0.37 0.57
Hex A7 BA 69 A 0 2C 1B 4A 25 39
Octal 247 272 151 12 0 54 33 112 45 71
Binary 10100111 10111010 1101001 1010 0 101100 11011 1001010 100101 111001

Color Harmonies of #A7BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA69

Black with #A7BA69

Text Example


Text Example

White with #A7BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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