Html Css Color HEX #71AB06 Christi

📋 copy color: '#71AB06'

red 113 ◦ green 171 ◦ blue 6

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

Shades of Christi #71AB06

Tints of Christi #71AB06

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 value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#71AB06 (or 0x71AB06) is known color: 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

RGB 113 171 6 -
CMYK 0.34 0 0.96 0.33
HSL 81.09º 0.93% 0.35% -
HSV(B) 81.09º 0.96% 0.67% -
XYZ 21.41 32.65 5.35 -
YUV 134.85 55.28 112.42 -
System Red Green Blue C M Y K H S L
Decimal 113 171 6 0.34 0 0.96 0.33 81.09 0.93 0.35
Hex 71 AB 6 22 0 60 21 51 5D 23
Octal 161 253 6 42 0 140 41 121 135 43
Binary 1110001 10101011 110 100010 0 1100000 100001 1010001 1011101 100011

Color Harmonies of #71AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB06

Black with #71AB06

Text Example


Text Example

White with #71AB06

Text Example


Text Example

HTML Codes & Css Web 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>