Html Css Color HEX #A6C972 Olivine

📋 copy color: '#A6C972'

red 166 ◦ green 201 ◦ blue 114

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

Shades of Olivine #A6C972

Tints of Olivine #A6C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.79%

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

R = 34.51%
G = 41.79%
B = 23.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#A6C972 (or 0xA6C972) is known color: Olivine. HEX triplet: A6, C9 and 72. RGB value is (166,201,114). Sum of RGB (Red+Green+Blue) = 166+201+114=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C972 is #59368D. Grayscale: #B4B4B4. Windows color (decimal): -5846670 or 7522726. OLE color: 7522726.

HSL color Cylindrical-coordinate representation of color #A6C972: hue angle of 84.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6C972 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 114 -
CMYK 0.17 0 0.43 0.21
HSL 84.14º 0.45% 0.62% -
HSV(B) 84.14º 0.43% 0.79% -
XYZ 39.65 51.1 23.69 -
YUV 180.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 166 201 114 0.17 0 0.43 0.21 84.14 0.45 0.62
Hex A6 C9 72 11 0 2B 15 54 2D 3E
Octal 246 311 162 21 0 53 25 124 55 76
Binary 10100110 11001001 1110010 10001 0 101011 10101 1010100 101101 111110

Color Harmonies of #A6C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C972

Black with #A6C972

Text Example


Text Example

White with #A6C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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