#71A90D

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

Shades of Christi #71A90D

Tints of Christi #71A90D

Color information

#71A90D (or 0x71A90D) is unknown color: approx Christi. HEX triplet: 71, A9 and 0D. RGB value is (113,169,13). Sum of RGB (Red+Green+Blue) = 113+169+13=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #71A90D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A90D is #8E56F2. Grayscale: #878787. Windows color (decimal): -9328371 or 895345. OLE color: 895345.

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

Color convert

RGB11316913-
CMYK0.3300.920.34
HSL81.54º85.71%35.69%-
HSV(B)81.54º92.31%66.27%-
XYZ21.0731.925.43-
YUV134.4759.45112.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=38.31%
G=57.29%
B=4.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal113169130.3300.920.3481.5485.7135.69
Hex71A9D2105C22525624
Octal161251154101344212212644
Binary11100011010100111011000010101110010001010100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,13); }

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

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

 a { background-color: rgb(113,169,13); }

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

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

 span { border-color: rgb(113,169,13); }

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