Html Css Color HEX #779A14 Christi

📋 copy color: '#779A14'

red 119 ◦ green 154 ◦ blue 20

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

Shades of Christi #779A14

Tints of Christi #779A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 40.61%
G = 52.56%
B = 6.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#779A14 (or 0x779A14) is known color: Christi. HEX triplet: 77, 9A and 14. RGB value is (119,154,20). Sum of RGB (Red+Green+Blue) = 119+154+20=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #779A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779A14 is #8865EB. Grayscale: #808080. Windows color (decimal): -8938988 or 1350263. OLE color: 1350263.

HSL color Cylindrical-coordinate representation of color #779A14: hue angle of 75.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #779A14 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 20 -
CMYK 0.23 0 0.87 0.40
HSL 75.67º 0.77% 0.34% -
HSV(B) 75.67º 0.87% 0.6% -
XYZ 19.29 27.08 4.87 -
YUV 128.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 119 154 20 0.23 0 0.87 0.40 75.67 0.77 0.34
Hex 77 9A 14 17 0 57 28 4C 4D 22
Octal 167 232 24 27 0 127 50 114 115 42
Binary 1110111 10011010 10100 10111 0 1010111 101000 1001100 1001101 100010

Color Harmonies of #779A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A14

Black with #779A14

Text Example


Text Example

White with #779A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,20); }

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

background-color css

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

 a { background-color: rgb(119,154,20); }

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

border-color css

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

 span { border-color: rgb(119,154,20); }

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