Html Css Color HEX #719C0E Christi

📋 copy color: '#719C0E'

red 113 ◦ green 156 ◦ blue 14

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

Shades of Christi #719C0E

Tints of Christi #719C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.12%

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

R = 39.93%
G = 55.12%
B = 4.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#719C0E (or 0x719C0E) is known color: Christi. HEX triplet: 71, 9C and 0E. RGB value is (113,156,14). Sum of RGB (Red+Green+Blue) = 113+156+14=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #719C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719C0E is #8E63F1. Grayscale: #7F7F7F. Windows color (decimal): -9331698 or 957553. OLE color: 957553.

HSL color Cylindrical-coordinate representation of color #719C0E: hue angle of 78.17º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #719C0E is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 156 14 -
CMYK 0.28 0 0.91 0.39
HSL 78.17º 0.84% 0.33% -
HSV(B) 78.17º 0.91% 0.61% -
XYZ 18.78 27.32 4.7 -
YUV 126.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 113 156 14 0.28 0 0.91 0.39 78.17 0.84 0.33
Hex 71 9C E 1C 0 5B 27 4E 54 21
Octal 161 234 16 34 0 133 47 116 124 41
Binary 1110001 10011100 1110 11100 0 1011011 100111 1001110 1010100 100001

Color Harmonies of #719C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719C0E

Black with #719C0E

Text Example


Text Example

White with #719C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719C0E; }

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

 H1.HeaderClassName
 {
   color: #719C0E;
 }
 .AnyTagClassName
 {
   color: #719C0E;
 }
</style>

background-color css

<style>
 a { background-color: #719C0E; }

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

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

border-color css

<style>
 span { border-color: #719C0E; }

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

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