Html Css Color HEX #A7BD6A Olivine

📋 copy color: '#A7BD6A'

red 167 ◦ green 189 ◦ blue 106

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

Shades of Olivine #A7BD6A

Tints of Olivine #A7BD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 36.15%
G = 40.91%
B = 22.94%

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

#A7BD6A (or 0xA7BD6A) is known color: Olivine. HEX triplet: A7, BD and 6A. RGB value is (167,189,106). Sum of RGB (Red+Green+Blue) = 167+189+106=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD6A is #584295. Grayscale: #ADADAD. Windows color (decimal): -5784214 or 6995367. OLE color: 6995367.

HSL color Cylindrical-coordinate representation of color #A7BD6A: hue angle of 75.9º 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 #A7BD6A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 106 -
CMYK 0.12 0 0.44 0.26
HSL 75.9º 0.39% 0.58% -
HSV(B) 75.9º 0.44% 0.74% -
XYZ 36.74 45.65 20.51 -
YUV 172.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 167 189 106 0.12 0 0.44 0.26 75.9 0.39 0.58
Hex A7 BD 6A C 0 2C 1A 4C 27 3A
Octal 247 275 152 14 0 54 32 114 47 72
Binary 10100111 10111101 1101010 1100 0 101100 11010 1001100 100111 111010

Color Harmonies of #A7BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD6A

Black with #A7BD6A

Text Example


Text Example

White with #A7BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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