Html Css Color HEX #71A706 Christi

📋 copy color: '#71A706'

red 113 ◦ green 167 ◦ blue 6

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

Shades of Christi #71A706

Tints of Christi #71A706

RGB

 RED value IS 113 (44.53% from 255) = 39.51%

 GREEN value IS 167 (65.63% from 255) = 58.39%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 39.51%
G = 58.39%
B = 2.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#71A706 (or 0x71A706) is known color: Christi. HEX triplet: 71, A7 and 06. RGB value is (113,167,6). Sum of RGB (Red+Green+Blue) = 113+167+6=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #71A706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A706 is #8E58F9. Grayscale: #858585. Windows color (decimal): -9328890 or 436081. OLE color: 436081.

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

Color convert

RGB 113 167 6 -
CMYK 0.32 0 0.96 0.35
HSL 80.12º 0.93% 0.34% -
HSV(B) 80.12º 0.96% 0.65% -
XYZ 20.66 31.16 5.1 -
YUV 132.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 113 167 6 0.32 0 0.96 0.35 80.12 0.93 0.34
Hex 71 A7 6 20 0 60 23 50 5D 22
Octal 161 247 6 40 0 140 43 120 135 42
Binary 1110001 10100111 110 100000 0 1100000 100011 1010000 1011101 100010

Color Harmonies of #71A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A706

Black with #71A706

Text Example


Text Example

White with #71A706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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