#79B301

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

Shades of Christi #79B301

Tints of Christi #79B301

Color information

#79B301 (or 0x79B301) is unknown color: approx Christi. HEX triplet: 79, B3 and 01. RGB value is (121,179,1). Sum of RGB (Red+Green+Blue) = 121+179+1=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #79B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79B301 is #864CFE. Grayscale: #8E8E8E. Windows color (decimal): -8801535 or 111481. OLE color: 111481.

HSL color Cylindrical-coordinate representation of color #79B301: hue angle of 79.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79B301 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1211791-
CMYK0.3200.990.30
HSL79.55º98.89%35.29%-
HSV(B)79.55º99.44%70.2%-
XYZ24.0136.315.77-
YUV141.3748.78113.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=40.20%
G=59.47%
B=0.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12117910.3200.990.3079.5598.8935.29
Hex79B31200631E506323
Octal17126314001433612014343
Binary1111001101100111100000011000111111010100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79B301; }

 p { color: rgb(121,179,1); }

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

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

 a { background-color: rgb(121,179,1); }

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

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

 span { border-color: rgb(121,179,1); }

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