Html Css Color HEX #A7D760 Conifer

📋 copy color: '#A7D760'

red 167 ◦ green 215 ◦ blue 96

#A7D760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A7D760

Tints of Conifer #A7D760

RGB

 RED value IS 167 (65.63% from 255) = 34.94%

 GREEN value IS 215 (84.38% from 255) = 44.98%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 34.94%
G = 44.98%
B = 20.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#A7D760 (or 0xA7D760) is known color: Conifer. HEX triplet: A7, D7 and 60. RGB value is (167,215,96). Sum of RGB (Red+Green+Blue) = 167+215+96=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D760 is #58289F. Grayscale: #BBBBBB. Windows color (decimal): -5777568 or 6346663. OLE color: 6346663.

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

Color convert

RGB 167 215 96 -
CMYK 0.22 0 0.55 0.16
HSL 84.2º 0.6% 0.61% -
HSV(B) 84.2º 0.55% 0.84% -
XYZ 42.35 57.66 19.96 -
YUV 187.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 167 215 96 0.22 0 0.55 0.16 84.2 0.6 0.61
Hex A7 D7 60 16 0 37 10 54 3C 3D
Octal 247 327 140 26 0 67 20 124 74 75
Binary 10100111 11010111 1100000 10110 0 110111 10000 1010100 111100 111101

Color Harmonies of #A7D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D760

Black with #A7D760

Text Example


Text Example

White with #A7D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D760; }

 p { color: rgb(167,215,96); }

 H1.HeaderClassName
 {
   color: #A7D760;
 }
 .AnyTagClassName
 {
   color: #A7D760;
 }
</style>

background-color css

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

 a { background-color: rgb(167,215,96); }

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

border-color css

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

 span { border-color: rgb(167,215,96); }

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