#A7D067

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

Shades of Conifer #A7D067

Tints of Conifer #A7D067

Color information

#A7D067 (or 0xA7D067) is unknown color: approx Conifer. HEX triplet: A7, D0 and 67. RGB value is (167,208,103). Sum of RGB (Red+Green+Blue) = 167+208+103=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D067 is #582F98. Grayscale: #B8B8B8. Windows color (decimal): -5779353 or 6803623. OLE color: 6803623.

HSL color Cylindrical-coordinate representation of color #A7D067: hue angle of 83.43º degrees, saturation: 0.53, 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 #A7D067 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB167208103-
CMYK0.2000.500.18
HSL83.43º52.76%60.98%-
HSV(B)83.43º50.48%81.57%-
XYZ40.9454.3121.16-
YUV183.7782.42116.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=34.94%
G=43.51%
B=21.55%

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
Decimal1672081030.2000.500.1883.4352.7660.98
HexA7D067140321253353d
Octal24732014724062221236575
Binary10100111110100001100111101000110010100101010011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D067; }

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

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

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

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

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

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

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

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