#71A307

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

Shades of Christi #71A307

Tints of Christi #71A307

Color information

#71A307 (or 0x71A307) is unknown color: approx Christi. HEX triplet: 71, A3 and 07. RGB value is (113,163,7). Sum of RGB (Red+Green+Blue) = 113+163+7=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #71A307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A307 is #8E5CF8. Grayscale: #828282. Windows color (decimal): -9329913 or 500593. OLE color: 500593.

HSL color Cylindrical-coordinate representation of color #71A307: hue angle of 79.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71A307 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1131637-
CMYK0.3100.960.36
HSL79.23º91.76%33.33%-
HSV(B)79.23º95.71%63.92%-
XYZ19.9529.724.89-
YUV130.2758.44115.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 7 (3.12% from 255) = 2.47%
R=39.93%
G=57.60%
B=2.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11316370.3100.960.3679.2391.7633.33
Hex71A371F060244f5c21
Octal16124373701404411713441
Binary111000110100011111111110110000010010010011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A307; }

 p { color: rgb(113,163,7); }

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

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

 a { background-color: rgb(113,163,7); }

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

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

 span { border-color: rgb(113,163,7); }

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