#799911

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

Shades of Christi #799911

Tints of Christi #799911

Color information

#799911 (or 0x799911) is unknown color: approx Christi. HEX triplet: 79, 99 and 11. RGB value is (121,153,17). Sum of RGB (Red+Green+Blue) = 121+153+17=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #799911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799911 is #8666EE. Grayscale: #808080. Windows color (decimal): -8808175 or 1153401. OLE color: 1153401.

HSL color Cylindrical-coordinate representation of color #799911: hue angle of 74.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #799911 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB12115317-
CMYK0.2100.890.4
HSL74.12º80%33.33%-
HSV(B)74.12º88.89%60%-
XYZ19.3826.894.7-
YUV127.9365.4123.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=41.58%
G=52.58%
B=5.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121153170.2100.890.474.128033.33
Hex79991115059284a5021
Octal171231212501315011212041
Binary11110011001100110001101010101100110100010010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799911; }

 p { color: rgb(121,153,17); }

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

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

 a { background-color: rgb(121,153,17); }

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

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

 span { border-color: rgb(121,153,17); }

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