#71B005

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

Shades of Christi #71B005

Tints of Christi #71B005

Color information

#71B005 (or 0x71B005) is unknown color: approx Christi. HEX triplet: 71, B0 and 05. RGB value is (113,176,5). Sum of RGB (Red+Green+Blue) = 113+176+5=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #71B005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B005 is #8E4FFA. Grayscale: #8A8A8A. Windows color (decimal): -9326587 or 372849. OLE color: 372849.

HSL color Cylindrical-coordinate representation of color #71B005: hue angle of 82.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71B005 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1131765-
CMYK0.3600.970.31
HSL82.11º94.48%35.49%-
HSV(B)82.11º97.16%69.02%-
XYZ22.3634.575.64-
YUV137.6753.13110.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=38.44%
G=59.86%
B=1.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11317650.3600.970.3182.1194.4835.49
Hex71B05240611F525e23
Octal16126054401413712213643
Binary111000110110000101100100011000011111110100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,5); }

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

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

 a { background-color: rgb(113,176,5); }

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

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

 span { border-color: rgb(113,176,5); }

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