Html Css Color HEX #719900 Christi

📋 copy color: '#719900'

red 113 ◦ green 153 ◦ blue 0

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

Shades of Christi #719900

Tints of Christi #719900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.48%
G = 57.52%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#719900 (or 0x719900) is known color: Christi. HEX triplet: 71, 99 and 00. RGB value is (113,153,0). Sum of RGB (Red+Green+Blue) = 113+153+0=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #719900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719900 is #8E66FF. Grayscale: #7C7C7C. Windows color (decimal): -9332480 or 39281. OLE color: 39281.

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

Color convert

RGB 113 153 0 -
CMYK 0.26 0 1 0.4
HSL 75.69º 1% 0.3% -
HSV(B) 75.69º 1% 0.6% -
XYZ 18.2 26.29 4.12 -
YUV 123.6 58.25 120.44 -
System Red Green Blue C M Y K H S L
Decimal 113 153 0 0.26 0 1 0.4 75.69 1 0.3
Hex 71 99 0 1A 0 64 28 4C 64 1E
Octal 161 231 0 32 0 144 50 114 144 36
Binary 1110001 10011001 0 11010 0 1100100 101000 1001100 1100100 11110

Color Harmonies of #719900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719900

Black with #719900

Text Example


Text Example

White with #719900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719900; }

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

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

background-color css

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

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

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

border-color css

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

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

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