#A6CC69

Color #A6CC69 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A6CC69

Tints of Olivine #A6CC69

Color information

#A6CC69 (or 0xA6CC69) is unknown color: approx Olivine. HEX triplet: A6, CC and 69. RGB value is (166,204,105). Sum of RGB (Red+Green+Blue) = 166+204+105=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC69 is #593396. Grayscale: #B5B5B5. Windows color (decimal): -5845911 or 6933670. OLE color: 6933670.

HSL color Cylindrical-coordinate representation of color #A6CC69: hue angle of 83.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6CC69 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB166204105-
CMYK0.1900.490.2
HSL83.03º49.25%60.59%-
HSV(B)83.03º48.53%80%-
XYZ39.8752.3121.36-
YUV181.3584.91117.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=34.95%
G=42.95%
B=22.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041050.1900.490.283.0349.2560.59
HexA6CC69130311453313d
Octal24631415123061241236175
Binary10100110110011001101001100110110001101001010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC69; }

 p { color: rgb(166,204,105); }

 H1.HeaderClassName
 {
   color: #A6CC69;
 }
 .AnyTagClassName
 {
   color: #A6CC69;
 }
</style>
background-color css

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

 a { background-color: rgb(166,204,105); }

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

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

 span { border-color: rgb(166,204,105); }

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