Html Css Color HEX #719705 Christi

📋 copy color: '#719705'

red 113 ◦ green 151 ◦ blue 5

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

Shades of Christi #719705

Tints of Christi #719705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.13%

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 42.01%
G = 56.13%
B = 1.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#719705 (or 0x719705) is known color: Christi. HEX triplet: 71, 97 and 05. RGB value is (113,151,5). Sum of RGB (Red+Green+Blue) = 113+151+5=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #719705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719705 is #8E68FA. Grayscale: #7B7B7B. Windows color (decimal): -9332987 or 366449. OLE color: 366449.

HSL color Cylindrical-coordinate representation of color #719705: hue angle of 75.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719705 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 5 -
CMYK 0.25 0 0.97 0.41
HSL 75.62º 0.94% 0.31% -
HSV(B) 75.62º 0.97% 0.59% -
XYZ 17.9 25.65 4.15 -
YUV 122.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 113 151 5 0.25 0 0.97 0.41 75.62 0.94 0.31
Hex 71 97 5 19 0 61 29 4C 5E 1F
Octal 161 227 5 31 0 141 51 114 136 37
Binary 1110001 10010111 101 11001 0 1100001 101001 1001100 1011110 11111

Color Harmonies of #719705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719705

Black with #719705

Text Example


Text Example

White with #719705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719705; }

 p { color: rgb(113,151,5); }

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

background-color css

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

 a { background-color: rgb(113,151,5); }

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

border-color css

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

 span { border-color: rgb(113,151,5); }

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