Html Css Color HEX #A6C766 Olivine

📋 copy color: '#A6C766'

red 166 ◦ green 199 ◦ blue 102

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

Shades of Olivine #A6C766

Tints of Olivine #A6C766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.61%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 35.55%
G = 42.61%
B = 21.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A6C766 (or 0xA6C766) is known color: Olivine. HEX triplet: A6, C7 and 66. RGB value is (166,199,102). Sum of RGB (Red+Green+Blue) = 166+199+102=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C766 is #593899. Grayscale: #B2B2B2. Windows color (decimal): -5847194 or 6735782. OLE color: 6735782.

HSL color Cylindrical-coordinate representation of color #A6C766: hue angle of 80.41º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6C766 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 199 102 -
CMYK 0.17 0 0.49 0.22
HSL 80.41º 0.46% 0.59% -
HSV(B) 80.41º 0.49% 0.78% -
XYZ 38.55 49.91 20.17 -
YUV 178.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 166 199 102 0.17 0 0.49 0.22 80.41 0.46 0.59
Hex A6 C7 66 11 0 31 16 50 2E 3B
Octal 246 307 146 21 0 61 26 120 56 73
Binary 10100110 11000111 1100110 10001 0 110001 10110 1010000 101110 111011

Color Harmonies of #A6C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C766

Black with #A6C766

Text Example


Text Example

White with #A6C766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C766; }

 p { color: rgb(166,199,102); }

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

background-color css

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

 a { background-color: rgb(166,199,102); }

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

border-color css

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

 span { border-color: rgb(166,199,102); }

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