#A6CC67

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

Shades of Olivine #A6CC67

Tints of Olivine #A6CC67

Color information

#A6CC67 (or 0xA6CC67) is unknown color: approx Olivine. HEX triplet: A6, CC and 67. RGB value is (166,204,103). Sum of RGB (Red+Green+Blue) = 166+204+103=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC67 is #593398. Grayscale: #B5B5B5. Windows color (decimal): -5845913 or 6802598. OLE color: 6802598.

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

Color convert

RGB166204103-
CMYK0.1900.500.2
HSL82.57º49.75%60.2%-
HSV(B)82.57º49.51%80%-
XYZ39.7752.2720.83-
YUV181.1283.91117.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=35.10%
G=43.13%
B=21.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041030.1900.500.282.5749.7560.2
HexA6CC67130321453323c
Octal24631414723062241236274
Binary10100110110011001100111100110110010101001010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC67; }

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

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

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

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

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

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

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

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