#A7D675

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

Shades of Feijoa #A7D675

Tints of Feijoa #A7D675

Color information

#A7D675 (or 0xA7D675) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 75. RGB value is (167,214,117). Sum of RGB (Red+Green+Blue) = 167+214+117=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D675 is #58298A. Grayscale: #BDBDBD. Windows color (decimal): -5777803 or 7722663. OLE color: 7722663.

HSL color Cylindrical-coordinate representation of color #A7D675: hue angle of 89.07º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D675 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB167214117-
CMYK0.2200.450.16
HSL89.07º54.19%64.9%-
HSV(B)89.07º45.33%83.92%-
XYZ43.1957.5925.67-
YUV188.8987.43112.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=33.53%
G=42.97%
B=23.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141170.2200.450.1689.0754.1964.9
HexA7D6751602D10593641
Octal247326165260552013166101
Binary101001111101011011101011011001011011000010110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D675; }

 p { color: rgb(167,214,117); }

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

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

 a { background-color: rgb(167,214,117); }

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

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

 span { border-color: rgb(167,214,117); }

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