Html Css Color HEX #71AD0D Christi

📋 copy color: '#71AD0D'

red 113 ◦ green 173 ◦ blue 13

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

Shades of Christi #71AD0D

Tints of Christi #71AD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 37.79%
G = 57.86%
B = 4.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#71AD0D (or 0x71AD0D) is known color: Christi. HEX triplet: 71, AD and 0D. RGB value is (113,173,13). Sum of RGB (Red+Green+Blue) = 113+173+13=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD0D is #8E52F2. Grayscale: #898989. Windows color (decimal): -9327347 or 896369. OLE color: 896369.

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

Color convert

RGB 113 173 13 -
CMYK 0.35 0 0.92 0.32
HSL 82.5º 0.86% 0.36% -
HSV(B) 82.5º 0.92% 0.68% -
XYZ 21.83 33.43 5.68 -
YUV 136.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 113 173 13 0.35 0 0.92 0.32 82.5 0.86 0.36
Hex 71 AD D 23 0 5C 20 52 56 24
Octal 161 255 15 43 0 134 40 122 126 44
Binary 1110001 10101101 1101 100011 0 1011100 100000 1010010 1010110 100100

Color Harmonies of #71AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD0D

Black with #71AD0D

Text Example


Text Example

White with #71AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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