Html Css Color HEX #71990E Christi

📋 copy color: '#71990E'

red 113 ◦ green 153 ◦ blue 14

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

Shades of Christi #71990E

Tints of Christi #71990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 40.36%
G = 54.64%
B = 5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#71990E (or 0x71990E) is known color: Christi. HEX triplet: 71, 99 and 0E. RGB value is (113,153,14). Sum of RGB (Red+Green+Blue) = 113+153+14=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #71990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71990E is #8E66F1. Grayscale: #7D7D7D. Windows color (decimal): -9332466 or 956785. OLE color: 956785.

HSL color Cylindrical-coordinate representation of color #71990E: hue angle of 77.27º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71990E is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 14 -
CMYK 0.26 0 0.91 0.4
HSL 77.27º 0.83% 0.33% -
HSV(B) 77.27º 0.91% 0.6% -
XYZ 18.28 26.32 4.53 -
YUV 125.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 113 153 14 0.26 0 0.91 0.4 77.27 0.83 0.33
Hex 71 99 E 1A 0 5B 28 4D 53 21
Octal 161 231 16 32 0 133 50 115 123 41
Binary 1110001 10011001 1110 11010 0 1011011 101000 1001101 1010011 100001

Color Harmonies of #71990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71990E

Black with #71990E

Text Example


Text Example

White with #71990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71990E; }

 p { color: rgb(113,153,14); }

 H1.HeaderClassName
 {
   color: #71990E;
 }
 .AnyTagClassName
 {
   color: #71990E;
 }
</style>

background-color css

<style>
 a { background-color: #71990E; }

 a { background-color: rgb(113,153,14); }

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

border-color css

<style>
 span { border-color: #71990E; }

 span { border-color: rgb(113,153,14); }

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