#799D02

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

Shades of Christi #799D02

Tints of Christi #799D02

Color information

#799D02 (or 0x799D02) is unknown color: approx Christi. HEX triplet: 79, 9D and 02. RGB value is (121,157,2). Sum of RGB (Red+Green+Blue) = 121+157+2=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #799D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799D02 is #8662FD. Grayscale: #818181. Windows color (decimal): -8807166 or 171385. OLE color: 171385.

HSL color Cylindrical-coordinate representation of color #799D02: hue angle of 73.94º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799D02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1211572-
CMYK0.2300.990.38
HSL73.94º97.48%31.18%-
HSV(B)73.94º98.73%61.57%-
XYZ19.9528.184.45-
YUV128.5756.57122.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=43.21%
G=56.07%
B=0.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12115720.2300.990.3873.9497.4831.18
Hex799D217063264a611f
Octal17123522701434611214137
Binary1111001100111011010111011000111001101001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,2); }

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

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

 a { background-color: rgb(121,157,2); }

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

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

 span { border-color: rgb(121,157,2); }

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