Html Css Color HEX #779E0F Christi

📋 copy color: '#779E0F'

red 119 ◦ green 158 ◦ blue 15

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

Shades of Christi #779E0F

Tints of Christi #779E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 40.75%
G = 54.11%
B = 5.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#779E0F (or 0x779E0F) is known color: Christi. HEX triplet: 77, 9E and 0F. RGB value is (119,158,15). Sum of RGB (Red+Green+Blue) = 119+158+15=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #779E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779E0F is #8861F0. Grayscale: #828282. Windows color (decimal): -8937969 or 1023607. OLE color: 1023607.

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

Color convert

RGB 119 158 15 -
CMYK 0.25 0 0.91 0.38
HSL 76.36º 0.83% 0.34% -
HSV(B) 76.36º 0.91% 0.62% -
XYZ 19.92 28.41 4.89 -
YUV 130.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 119 158 15 0.25 0 0.91 0.38 76.36 0.83 0.34
Hex 77 9E F 19 0 5B 26 4C 53 22
Octal 167 236 17 31 0 133 46 114 123 42
Binary 1110111 10011110 1111 11001 0 1011011 100110 1001100 1010011 100010

Color Harmonies of #779E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E0F

Black with #779E0F

Text Example


Text Example

White with #779E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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