#799E10

Color #799E10 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #799E10

Tints of Christi #799E10

Color information

#799E10 (or 0x799E10) is unknown color: approx Christi. HEX triplet: 79, 9E and 10. RGB value is (121,158,16). Sum of RGB (Red+Green+Blue) = 121+158+16=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #799E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799E10 is #8661EF. Grayscale: #838383. Windows color (decimal): -8806896 or 1089145. OLE color: 1089145.

HSL color Cylindrical-coordinate representation of color #799E10: hue angle of 75.63º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #799E10 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB12115816-
CMYK0.2300.900.38
HSL75.63º81.61%34.12%-
HSV(B)75.63º89.87%61.96%-
XYZ20.2128.564.94-
YUV130.7563.24121.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=41.02%
G=53.56%
B=5.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121158160.2300.900.3875.6381.6134.12
Hex799E101705A264c5222
Octal171236202701324611412242
Binary11110011001111010000101110101101010011010011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799E10; }

 p { color: rgb(121,158,16); }

 H1.HeaderClassName
 {
   color: #799E10;
 }
 .AnyTagClassName
 {
   color: #799E10;
 }
</style>
background-color css

<style>
 a { background-color: #799E10; }

 a { background-color: rgb(121,158,16); }

 div.DivClassName
 {
   background-color: #799E10;
 }
 .BgClassName
 {
   background-color: #799E10;
 }
</style>
border-color css

<style>
 span { border-color: #799E10; }

 span { border-color: rgb(121,158,16); }

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