#A7D069

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

Shades of Olivine #A7D069

Tints of Olivine #A7D069

Color information

#A7D069 (or 0xA7D069) is unknown color: approx Olivine. HEX triplet: A7, D0 and 69. RGB value is (167,208,105). Sum of RGB (Red+Green+Blue) = 167+208+105=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D069 is #582F96. Grayscale: #B8B8B8. Windows color (decimal): -5779351 or 6934695. OLE color: 6934695.

HSL color Cylindrical-coordinate representation of color #A7D069: hue angle of 83.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7D069 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB167208105-
CMYK0.2000.500.18
HSL83.88º52.28%61.37%-
HSV(B)83.88º49.52%81.57%-
XYZ41.0454.3521.69-
YUV18483.42115.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=34.79%
G=43.33%
B=21.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081050.2000.500.1883.8852.2861.37
HexA7D069140321254343d
Octal24732015124062221246475
Binary10100111110100001101001101000110010100101010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D069; }

 p { color: rgb(167,208,105); }

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

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

 a { background-color: rgb(167,208,105); }

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

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

 span { border-color: rgb(167,208,105); }

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