#A7C75C

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

Shades of Conifer #A7C75C

Tints of Conifer #A7C75C

Color information

#A7C75C (or 0xA7C75C) is unknown color: approx Conifer. HEX triplet: A7, C7 and 5C. RGB value is (167,199,92). Sum of RGB (Red+Green+Blue) = 167+199+92=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C75C is #5838A3. Grayscale: #B1B1B1. Windows color (decimal): -5781668 or 6080423. OLE color: 6080423.

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

Color convert

RGB16719992-
CMYK0.1600.540.22
HSL77.94º48.86%57.06%-
HSV(B)77.94º53.77%78.04%-
XYZ38.2949.8417.73-
YUV177.2379.9120.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=36.46%
G=43.45%
B=20.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167199920.1600.540.2277.9448.8657.06
HexA7C75C10036164e3139
Octal24730713420066261166171
Binary10100111110001111011100100000110110101101001110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C75C; }

 p { color: rgb(167,199,92); }

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

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

 a { background-color: rgb(167,199,92); }

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

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

 span { border-color: rgb(167,199,92); }

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