#799F0B

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

Shades of Christi #799F0B

Tints of Christi #799F0B

Color information

#799F0B (or 0x799F0B) is unknown color: approx Christi. HEX triplet: 79, 9F and 0B. RGB value is (121,159,11). Sum of RGB (Red+Green+Blue) = 121+159+11=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #799F0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799F0B is #8660F4. Grayscale: #838383. Windows color (decimal): -8806645 or 761721. OLE color: 761721.

HSL color Cylindrical-coordinate representation of color #799F0B: hue angle of 75.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #799F0B is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB12115911-
CMYK0.2400.930.38
HSL75.41º87.06%33.33%-
HSV(B)75.41º93.08%62.35%-
XYZ20.3428.894.82-
YUV130.7760.41121.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 11 (4.69% from 255) = 3.78%
R=41.58%
G=54.64%
B=3.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121159110.2400.930.3875.4187.0633.33
Hex799FB1805D264b5721
Octal171237133001354611312741
Binary1111001100111111011110000101110110011010010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,159,11); }

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

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

 a { background-color: rgb(121,159,11); }

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

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

 span { border-color: rgb(121,159,11); }

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