Html Css Color HEX #779E12 Christi

📋 copy color: '#779E12'

red 119 ◦ green 158 ◦ blue 18

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

Shades of Christi #779E12

Tints of Christi #779E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.56%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 40.34%
G = 53.56%
B = 6.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#779E12 (or 0x779E12) is known color: Christi. HEX triplet: 77, 9E and 12. RGB value is (119,158,18). Sum of RGB (Red+Green+Blue) = 119+158+18=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #779E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E12 is #8861ED. Grayscale: #828282. Windows color (decimal): -8937966 or 1220215. OLE color: 1220215.

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

Color convert

RGB 119 158 18 -
CMYK 0.25 0 0.89 0.38
HSL 76.71º 0.8% 0.35% -
HSV(B) 76.71º 0.89% 0.62% -
XYZ 19.94 28.42 5.01 -
YUV 130.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 119 158 18 0.25 0 0.89 0.38 76.71 0.8 0.35
Hex 77 9E 12 19 0 59 26 4D 50 23
Octal 167 236 22 31 0 131 46 115 120 43
Binary 1110111 10011110 10010 11001 0 1011001 100110 1001101 1010000 100011

Color Harmonies of #779E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E12

Black with #779E12

Text Example


Text Example

White with #779E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,18); }

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

background-color css

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

 a { background-color: rgb(119,158,18); }

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

border-color css

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

 span { border-color: rgb(119,158,18); }

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