Html Css Color HEX #A7BD69 Olivine

📋 copy color: '#A7BD69'

red 167 ◦ green 189 ◦ blue 105

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

Shades of Olivine #A7BD69

Tints of Olivine #A7BD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

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

R = 36.23%
G = 41%
B = 22.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A7BD69 (or 0xA7BD69) is known color: Olivine. HEX triplet: A7, BD and 69. RGB value is (167,189,105). Sum of RGB (Red+Green+Blue) = 167+189+105=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD69 is #584296. Grayscale: #ADADAD. Windows color (decimal): -5784215 or 6929831. OLE color: 6929831.

HSL color Cylindrical-coordinate representation of color #A7BD69: hue angle of 75.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7BD69 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 105 -
CMYK 0.12 0 0.44 0.26
HSL 75.71º 0.39% 0.58% -
HSV(B) 75.71º 0.44% 0.74% -
XYZ 36.68 45.63 20.24 -
YUV 172.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 167 189 105 0.12 0 0.44 0.26 75.71 0.39 0.58
Hex A7 BD 69 C 0 2C 1A 4C 27 3A
Octal 247 275 151 14 0 54 32 114 47 72
Binary 10100111 10111101 1101001 1100 0 101100 11010 1001100 100111 111010

Color Harmonies of #A7BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD69

Black with #A7BD69

Text Example


Text Example

White with #A7BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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