Html Css Color HEX #A6B76E Olivine

📋 copy color: '#A6B76E'

red 166 ◦ green 183 ◦ blue 110

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

Shades of Olivine #A6B76E

Tints of Olivine #A6B76E

RGB

 RED value IS 166 (65.23% from 255) = 36.17%

 GREEN value IS 183 (71.88% from 255) = 39.87%

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 36.17%
G = 39.87%
B = 23.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#A6B76E (or 0xA6B76E) is known color: Olivine. HEX triplet: A6, B7 and 6E. RGB value is (166,183,110). Sum of RGB (Red+Green+Blue) = 166+183+110=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B76E is #594891. Grayscale: #A9A9A9. Windows color (decimal): -5851282 or 7255974. OLE color: 7255974.

HSL color Cylindrical-coordinate representation of color #A6B76E: hue angle of 73.97º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B76E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 110 -
CMYK 0.09 0 0.40 0.28
HSL 73.97º 0.34% 0.57% -
HSV(B) 73.97º 0.4% 0.72% -
XYZ 35.47 43.1 21.2 -
YUV 169.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 166 183 110 0.09 0 0.40 0.28 73.97 0.34 0.57
Hex A6 B7 6E 9 0 28 1C 4A 22 39
Octal 246 267 156 11 0 50 34 112 42 71
Binary 10100110 10110111 1101110 1001 0 101000 11100 1001010 100010 111001

Color Harmonies of #A6B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B76E

Black with #A6B76E

Text Example


Text Example

White with #A6B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B76E; }

 p { color: rgb(166,183,110); }

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

background-color css

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

 a { background-color: rgb(166,183,110); }

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

border-color css

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

 span { border-color: rgb(166,183,110); }

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