#71AB06

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

Shades of Christi #71AB06

Tints of Christi #71AB06

Color information

#71AB06 (or 0x71AB06) is unknown color: approx Christi. HEX triplet: 71, AB and 06. RGB value is (113,171,6). Sum of RGB (Red+Green+Blue) = 113+171+6=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB06 is #8E54F9. Grayscale: #878787. Windows color (decimal): -9327866 or 437105. OLE color: 437105.

HSL color Cylindrical-coordinate representation of color #71AB06: hue angle of 81.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71AB06 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1131716-
CMYK0.3400.960.33
HSL81.09º93.22%34.71%-
HSV(B)81.09º96.49%67.06%-
XYZ21.4132.655.35-
YUV134.8555.28112.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 171 (67.19% from 255) = 58.97%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=38.97%
G=58.97%
B=2.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11317160.3400.960.3381.0993.2234.71
Hex71AB62206021515d23
Octal16125364201404112113543
Binary1110001101010111101000100110000010000110100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,6); }

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

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

 a { background-color: rgb(113,171,6); }

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

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

 span { border-color: rgb(113,171,6); }

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