Html Css Color HEX #779D1E Christi

📋 copy color: '#779D1E'

red 119 ◦ green 157 ◦ blue 30

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

Shades of Christi #779D1E

Tints of Christi #779D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 38.89%
G = 51.31%
B = 9.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#779D1E (or 0x779D1E) is known color: Christi. HEX triplet: 77, 9D and 1E. RGB value is (119,157,30). Sum of RGB (Red+Green+Blue) = 119+157+30=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #779D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D1E is #8862E1. Grayscale: #838383. Windows color (decimal): -8938210 or 2006391. OLE color: 2006391.

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

Color convert

RGB 119 157 30 -
CMYK 0.24 0 0.81 0.38
HSL 77.95º 0.68% 0.37% -
HSV(B) 77.95º 0.81% 0.62% -
XYZ 19.9 28.13 5.61 -
YUV 131.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 119 157 30 0.24 0 0.81 0.38 77.95 0.68 0.37
Hex 77 9D 1E 18 0 51 26 4E 44 25
Octal 167 235 36 30 0 121 46 116 104 45
Binary 1110111 10011101 11110 11000 0 1010001 100110 1001110 1000100 100101

Color Harmonies of #779D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D1E

Black with #779D1E

Text Example


Text Example

White with #779D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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