Html Css Color HEX #779D18 Christi

📋 copy color: '#779D18'

red 119 ◦ green 157 ◦ blue 24

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

Shades of Christi #779D18

Tints of Christi #779D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8%

R = 39.67%
G = 52.33%
B = 8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#779D18 (or 0x779D18) is known color: Christi. HEX triplet: 77, 9D and 18. RGB value is (119,157,24). Sum of RGB (Red+Green+Blue) = 119+157+24=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #779D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779D18 is #8862E7. Grayscale: #828282. Windows color (decimal): -8938216 or 1613175. OLE color: 1613175.

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

Color convert

RGB 119 157 24 -
CMYK 0.24 0 0.85 0.38
HSL 77.14º 0.73% 0.35% -
HSV(B) 77.14º 0.85% 0.62% -
XYZ 19.83 28.1 5.24 -
YUV 130.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 119 157 24 0.24 0 0.85 0.38 77.14 0.73 0.35
Hex 77 9D 18 18 0 55 26 4D 49 23
Octal 167 235 30 30 0 125 46 115 111 43
Binary 1110111 10011101 11000 11000 0 1010101 100110 1001101 1001001 100011

Color Harmonies of #779D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D18

Black with #779D18

Text Example


Text Example

White with #779D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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