Html Css Color HEX #A7BE6D Olivine

📋 copy color: '#A7BE6D'

red 167 ◦ green 190 ◦ blue 109

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

Shades of Olivine #A7BE6D

Tints of Olivine #A7BE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.77%

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

R = 35.84%
G = 40.77%
B = 23.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A7BE6D (or 0xA7BE6D) is known color: Olivine. HEX triplet: A7, BE and 6D. RGB value is (167,190,109). Sum of RGB (Red+Green+Blue) = 167+190+109=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE6D is #584192. Grayscale: #AEAEAE. Windows color (decimal): -5783955 or 7192231. OLE color: 7192231.

HSL color Cylindrical-coordinate representation of color #A7BE6D: hue angle of 77.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7BE6D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 190 109 -
CMYK 0.12 0 0.43 0.25
HSL 77.04º 0.38% 0.59% -
HSV(B) 77.04º 0.43% 0.75% -
XYZ 37.11 46.15 21.42 -
YUV 173.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 167 190 109 0.12 0 0.43 0.25 77.04 0.38 0.59
Hex A7 BE 6D C 0 2B 19 4D 26 3B
Octal 247 276 155 14 0 53 31 115 46 73
Binary 10100111 10111110 1101101 1100 0 101011 11001 1001101 100110 111011

Color Harmonies of #A7BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE6D

Black with #A7BE6D

Text Example


Text Example

White with #A7BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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