Html Css Color HEX #71AB0D Christi

📋 copy color: '#71AB0D'

red 113 ◦ green 171 ◦ blue 13

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

Shades of Christi #71AB0D

Tints of Christi #71AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.58%

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

R = 38.05%
G = 57.58%
B = 4.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#71AB0D (or 0x71AB0D) is known color: Christi. HEX triplet: 71, AB and 0D. RGB value is (113,171,13). Sum of RGB (Red+Green+Blue) = 113+171+13=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB0D is #8E54F2. Grayscale: #888888. Windows color (decimal): -9327859 or 895857. OLE color: 895857.

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

Color convert

RGB 113 171 13 -
CMYK 0.34 0 0.92 0.33
HSL 82.03º 0.86% 0.36% -
HSV(B) 82.03º 0.92% 0.67% -
XYZ 21.45 32.67 5.56 -
YUV 135.65 58.78 111.85 -
System Red Green Blue C M Y K H S L
Decimal 113 171 13 0.34 0 0.92 0.33 82.03 0.86 0.36
Hex 71 AB D 22 0 5C 21 52 56 24
Octal 161 253 15 42 0 134 41 122 126 44
Binary 1110001 10101011 1101 100010 0 1011100 100001 1010010 1010110 100100

Color Harmonies of #71AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB0D

Black with #71AB0D

Text Example


Text Example

White with #71AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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