Html Css Color HEX #779D13 Christi

📋 copy color: '#779D13'

red 119 ◦ green 157 ◦ blue 19

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

Shades of Christi #779D13

Tints of Christi #779D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.22%

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

R = 40.34%
G = 53.22%
B = 6.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#779D13 (or 0x779D13) is known color: Christi. HEX triplet: 77, 9D and 13. RGB value is (119,157,19). Sum of RGB (Red+Green+Blue) = 119+157+19=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #779D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779D13 is #8862EC. Grayscale: #828282. Windows color (decimal): -8938221 or 1285495. OLE color: 1285495.

HSL color Cylindrical-coordinate representation of color #779D13: hue angle of 76.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #779D13 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 19 -
CMYK 0.24 0 0.88 0.38
HSL 76.52º 0.78% 0.35% -
HSV(B) 76.52º 0.88% 0.62% -
XYZ 19.78 28.08 4.99 -
YUV 129.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 119 157 19 0.24 0 0.88 0.38 76.52 0.78 0.35
Hex 77 9D 13 18 0 58 26 4D 4E 23
Octal 167 235 23 30 0 130 46 115 116 43
Binary 1110111 10011101 10011 11000 0 1011000 100110 1001101 1001110 100011

Color Harmonies of #779D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D13

Black with #779D13

Text Example


Text Example

White with #779D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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