Html Css Color HEX #71B70B Christi

📋 copy color: '#71B70B'

red 113 ◦ green 183 ◦ blue 11

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

Shades of Christi #71B70B

Tints of Christi #71B70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.61%

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 36.81%
G = 59.61%
B = 3.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#71B70B (or 0x71B70B) is known color: Christi. HEX triplet: 71, B7 and 0B. RGB value is (113,183,11). Sum of RGB (Red+Green+Blue) = 113+183+11=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #71B70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B70B is #8E48F4. Grayscale: #8F8F8F. Windows color (decimal): -9324789 or 767857. OLE color: 767857.

HSL color Cylindrical-coordinate representation of color #71B70B: hue angle of 84.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71B70B is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 11 -
CMYK 0.38 0 0.94 0.28
HSL 84.42º 0.89% 0.38% -
HSV(B) 84.42º 0.94% 0.72% -
XYZ 23.8 37.4 6.28 -
YUV 142.46 53.81 106.99 -
System Red Green Blue C M Y K H S L
Decimal 113 183 11 0.38 0 0.94 0.28 84.42 0.89 0.38
Hex 71 B7 B 26 0 5E 1C 54 59 26
Octal 161 267 13 46 0 136 34 124 131 46
Binary 1110001 10110111 1011 100110 0 1011110 11100 1010100 1011001 100110

Color Harmonies of #71B70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B70B

Black with #71B70B

Text Example


Text Example

White with #71B70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,11); }

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

background-color css

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

 a { background-color: rgb(113,183,11); }

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

border-color css

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

 span { border-color: rgb(113,183,11); }

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