Html Css Color HEX #A6B872 Olivine

📋 copy color: '#A6B872'

red 166 ◦ green 184 ◦ blue 114

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

Shades of Olivine #A6B872

Tints of Olivine #A6B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 35.78%
G = 39.66%
B = 24.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#A6B872 (or 0xA6B872) is known color: Olivine. HEX triplet: A6, B8 and 72. RGB value is (166,184,114). Sum of RGB (Red+Green+Blue) = 166+184+114=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B872 is #59478D. Grayscale: #AAAAAA. Windows color (decimal): -5851022 or 7518374. OLE color: 7518374.

HSL color Cylindrical-coordinate representation of color #A6B872: hue angle of 75.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6B872 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 114 -
CMYK 0.10 0 0.38 0.28
HSL 75.43º 0.33% 0.58% -
HSV(B) 75.43º 0.38% 0.72% -
XYZ 35.9 43.6 22.44 -
YUV 170.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 166 184 114 0.10 0 0.38 0.28 75.43 0.33 0.58
Hex A6 B8 72 A 0 26 1C 4B 21 3A
Octal 246 270 162 12 0 46 34 113 41 72
Binary 10100110 10111000 1110010 1010 0 100110 11100 1001011 100001 111010

Color Harmonies of #A6B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B872

Black with #A6B872

Text Example


Text Example

White with #A6B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B872; }

 p { color: rgb(166,184,114); }

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

background-color css

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

 a { background-color: rgb(166,184,114); }

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

border-color css

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

 span { border-color: rgb(166,184,114); }

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