Html Css Color HEX #A6CA72 Olivine

📋 copy color: '#A6CA72'

red 166 ◦ green 202 ◦ blue 114

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

Shades of Olivine #A6CA72

Tints of Olivine #A6CA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 34.44%
G = 41.91%
B = 23.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A6CA72 (or 0xA6CA72) is known color: Olivine. HEX triplet: A6, CA and 72. RGB value is (166,202,114). Sum of RGB (Red+Green+Blue) = 166+202+114=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA72 is #59358D. Grayscale: #B5B5B5. Windows color (decimal): -5846414 or 7522982. OLE color: 7522982.

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

Color convert

RGB 166 202 114 -
CMYK 0.18 0 0.44 0.21
HSL 84.55º 0.45% 0.62% -
HSV(B) 84.55º 0.44% 0.79% -
XYZ 39.88 51.56 23.77 -
YUV 181.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 166 202 114 0.18 0 0.44 0.21 84.55 0.45 0.62
Hex A6 CA 72 12 0 2C 15 55 2D 3E
Octal 246 312 162 22 0 54 25 125 55 76
Binary 10100110 11001010 1110010 10010 0 101100 10101 1010101 101101 111110

Color Harmonies of #A6CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA72

Black with #A6CA72

Text Example


Text Example

White with #A6CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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