Html Css Color HEX #71AD0C Christi

📋 copy color: '#71AD0C'

red 113 ◦ green 173 ◦ blue 12

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

Shades of Christi #71AD0C

Tints of Christi #71AD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 37.92%
G = 58.05%
B = 4.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#71AD0C (or 0x71AD0C) is known color: Christi. HEX triplet: 71, AD and 0C. RGB value is (113,173,12). Sum of RGB (Red+Green+Blue) = 113+173+12=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD0C is #8E52F3. Grayscale: #898989. Windows color (decimal): -9327348 or 830833. OLE color: 830833.

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

Color convert

RGB 113 173 12 -
CMYK 0.35 0 0.93 0.32
HSL 82.36º 0.87% 0.36% -
HSV(B) 82.36º 0.93% 0.68% -
XYZ 21.82 33.42 5.65 -
YUV 136.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 113 173 12 0.35 0 0.93 0.32 82.36 0.87 0.36
Hex 71 AD C 23 0 5D 20 52 57 24
Octal 161 255 14 43 0 135 40 122 127 44
Binary 1110001 10101101 1100 100011 0 1011101 100000 1010010 1010111 100100

Color Harmonies of #71AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD0C

Black with #71AD0C

Text Example


Text Example

White with #71AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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