Html Css Color HEX #79AA00 Christi

📋 copy color: '#79AA00'

red 121 ◦ green 170 ◦ blue 0

#79AA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #79AA00

Tints of Christi #79AA00

RGB

 RED value IS 121 (47.66% from 255) = 41.58%

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.58%
G = 58.42%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#79AA00 (or 0x79AA00) is known color: Christi. HEX triplet: 79, AA and 00. RGB value is (121,170,0). Sum of RGB (Red+Green+Blue) = 121+170+0=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AA00 is #8655FF. Grayscale: #888888. Windows color (decimal): -8803840 or 43641. OLE color: 43641.

HSL color Cylindrical-coordinate representation of color #79AA00: hue angle of 77.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79AA00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 170 0 -
CMYK 0.29 0 1 0.33
HSL 77.29º 1% 0.33% -
HSV(B) 77.29º 1% 0.67% -
XYZ 22.26 32.81 5.16 -
YUV 135.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 121 170 0 0.29 0 1 0.33 77.29 1 0.33
Hex 79 AA 0 1D 0 64 21 4D 64 21
Octal 171 252 0 35 0 144 41 115 144 41
Binary 1111001 10101010 0 11101 0 1100100 100001 1001101 1100100 100001

Color Harmonies of #79AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AA00

Black with #79AA00

Text Example


Text Example

White with #79AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,170,0); }

 H1.HeaderClassName
 {
   color: #79AA00;
 }
 .AnyTagClassName
 {
   color: #79AA00;
 }
</style>

background-color css

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

 a { background-color: rgb(121,170,0); }

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

border-color css

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

 span { border-color: rgb(121,170,0); }

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