Html Css Color HEX #A7BF6B Olivine

📋 copy color: '#A7BF6B'

red 167 ◦ green 191 ◦ blue 107

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

Shades of Olivine #A7BF6B

Tints of Olivine #A7BF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 41.08%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 35.91%
G = 41.08%
B = 23.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#A7BF6B (or 0xA7BF6B) is known color: Olivine. HEX triplet: A7, BF and 6B. RGB value is (167,191,107). Sum of RGB (Red+Green+Blue) = 167+191+107=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF6B is #584094. Grayscale: #AEAEAE. Windows color (decimal): -5783701 or 7061415. OLE color: 7061415.

HSL color Cylindrical-coordinate representation of color #A7BF6B: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7BF6B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 191 107 -
CMYK 0.13 0 0.44 0.25
HSL 77.14º 0.4% 0.58% -
HSV(B) 77.14º 0.44% 0.75% -
XYZ 37.22 46.54 20.93 -
YUV 174.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 167 191 107 0.13 0 0.44 0.25 77.14 0.4 0.58
Hex A7 BF 6B D 0 2C 19 4D 28 3A
Octal 247 277 153 15 0 54 31 115 50 72
Binary 10100111 10111111 1101011 1101 0 101100 11001 1001101 101000 111010

Color Harmonies of #A7BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF6B

Black with #A7BF6B

Text Example


Text Example

White with #A7BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF6B; }

 p { color: rgb(167,191,107); }

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

background-color css

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

 a { background-color: rgb(167,191,107); }

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

border-color css

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

 span { border-color: rgb(167,191,107); }

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