Html Css Color HEX #71AD0B Christi

📋 copy color: '#71AD0B'

red 113 ◦ green 173 ◦ blue 11

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

Shades of Christi #71AD0B

Tints of Christi #71AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.25%

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

R = 38.05%
G = 58.25%
B = 3.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#71AD0B (or 0x71AD0B) is known color: Christi. HEX triplet: 71, AD and 0B. RGB value is (113,173,11). Sum of RGB (Red+Green+Blue) = 113+173+11=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD0B is #8E52F4. Grayscale: #898989. Windows color (decimal): -9327349 or 765297. OLE color: 765297.

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

Color convert

RGB 113 173 11 -
CMYK 0.35 0 0.94 0.32
HSL 82.22º 0.88% 0.36% -
HSV(B) 82.22º 0.94% 0.68% -
XYZ 21.81 33.42 5.62 -
YUV 136.59 57.12 111.17 -
System Red Green Blue C M Y K H S L
Decimal 113 173 11 0.35 0 0.94 0.32 82.22 0.88 0.36
Hex 71 AD B 23 0 5E 20 52 58 24
Octal 161 255 13 43 0 136 40 122 130 44
Binary 1110001 10101101 1011 100011 0 1011110 100000 1010010 1011000 100100

Color Harmonies of #71AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD0B

Black with #71AD0B

Text Example


Text Example

White with #71AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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