Html Css Color HEX #719B1E Christi

📋 copy color: '#719B1E'

red 113 ◦ green 155 ◦ blue 30

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

Shades of Christi #719B1E

Tints of Christi #719B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.01%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 37.92%
G = 52.01%
B = 10.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#719B1E (or 0x719B1E) is known color: Christi. HEX triplet: 71, 9B and 1E. RGB value is (113,155,30). Sum of RGB (Red+Green+Blue) = 113+155+30=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #719B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B1E is #8E64E1. Grayscale: #808080. Windows color (decimal): -9331938 or 2005873. OLE color: 2005873.

HSL color Cylindrical-coordinate representation of color #719B1E: hue angle of 80.16º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #719B1E is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 30 -
CMYK 0.27 0 0.81 0.39
HSL 80.16º 0.68% 0.36% -
HSV(B) 80.16º 0.81% 0.61% -
XYZ 18.77 27.05 5.46 -
YUV 128.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 113 155 30 0.27 0 0.81 0.39 80.16 0.68 0.36
Hex 71 9B 1E 1B 0 51 27 50 44 24
Octal 161 233 36 33 0 121 47 120 104 44
Binary 1110001 10011011 11110 11011 0 1010001 100111 1010000 1000100 100100

Color Harmonies of #719B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B1E

Black with #719B1E

Text Example


Text Example

White with #719B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,155,30); }

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

background-color css

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

 a { background-color: rgb(113,155,30); }

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

border-color css

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

 span { border-color: rgb(113,155,30); }

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