Html Css Color HEX #779913 Christi

📋 copy color: '#779913'

red 119 ◦ green 153 ◦ blue 19

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

Shades of Christi #779913

Tints of Christi #779913

RGB

 RED value IS 119 (46.88% from 255) = 40.89%

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 40.89%
G = 52.58%
B = 6.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#779913 (or 0x779913) is known color: Christi. HEX triplet: 77, 99 and 13. RGB value is (119,153,19). Sum of RGB (Red+Green+Blue) = 119+153+19=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #779913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779913 is #8866EC. Grayscale: #808080. Windows color (decimal): -8939245 or 1284471. OLE color: 1284471.

HSL color Cylindrical-coordinate representation of color #779913: hue angle of 75.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #779913 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 19 -
CMYK 0.22 0 0.88 0.4
HSL 75.22º 0.78% 0.34% -
HSV(B) 75.22º 0.88% 0.6% -
XYZ 19.12 26.75 4.77 -
YUV 127.56 66.74 121.9 -
System Red Green Blue C M Y K H S L
Decimal 119 153 19 0.22 0 0.88 0.4 75.22 0.78 0.34
Hex 77 99 13 16 0 58 28 4B 4E 22
Octal 167 231 23 26 0 130 50 113 116 42
Binary 1110111 10011001 10011 10110 0 1011000 101000 1001011 1001110 100010

Color Harmonies of #779913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779913

Black with #779913

Text Example


Text Example

White with #779913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779913; }

 p { color: rgb(119,153,19); }

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

background-color css

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

 a { background-color: rgb(119,153,19); }

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

border-color css

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

 span { border-color: rgb(119,153,19); }

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