Html Css Color HEX #779E00 Christi

📋 copy color: '#779E00'

red 119 ◦ green 158 ◦ blue 0

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

Shades of Christi #779E00

Tints of Christi #779E00

RGB

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

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

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

R = 42.96%
G = 57.04%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#779E00 (or 0x779E00) is known color: Christi. HEX triplet: 77, 9E and 00. RGB value is (119,158,0). Sum of RGB (Red+Green+Blue) = 119+158+0=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #779E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E00 is #8861FF. Grayscale: #808080. Windows color (decimal): -8937984 or 40567. OLE color: 40567.

HSL color Cylindrical-coordinate representation of color #779E00: hue angle of 74.81º 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 #779E00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 0 -
CMYK 0.25 0 1 0.38
HSL 74.81º 1% 0.31% -
HSV(B) 74.81º 1% 0.62% -
XYZ 19.83 28.38 4.43 -
YUV 128.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 119 158 0 0.25 0 1 0.38 74.81 1 0.31
Hex 77 9E 0 19 0 64 26 4B 64 1F
Octal 167 236 0 31 0 144 46 113 144 37
Binary 1110111 10011110 0 11001 0 1100100 100110 1001011 1100100 11111

Color Harmonies of #779E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E00

Black with #779E00

Text Example


Text Example

White with #779E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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