Html Css Color HEX #779D00 Christi

📋 copy color: '#779D00'

red 119 ◦ green 157 ◦ blue 0

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

Shades of Christi #779D00

Tints of Christi #779D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.12%
G = 56.88%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#779D00 (or 0x779D00) is known color: Christi. HEX triplet: 77, 9D and 00. RGB value is (119,157,0). Sum of RGB (Red+Green+Blue) = 119+157+0=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #779D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779D00 is #8862FF. Grayscale: #808080. Windows color (decimal): -8938240 or 40311. OLE color: 40311.

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

Color convert

RGB 119 157 0 -
CMYK 0.24 0 1 0.38
HSL 74.52º 1% 0.31% -
HSV(B) 74.52º 1% 0.62% -
XYZ 19.66 28.04 4.38 -
YUV 127.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 119 157 0 0.24 0 1 0.38 74.52 1 0.31
Hex 77 9D 0 18 0 64 26 4B 64 1F
Octal 167 235 0 30 0 144 46 113 144 37
Binary 1110111 10011101 0 11000 0 1100100 100110 1001011 1100100 11111

Color Harmonies of #779D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D00

Black with #779D00

Text Example


Text Example

White with #779D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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