#74AA23

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

Shades of Christi #74AA23

Tints of Christi #74AA23

Color information

#74AA23 (or 0x74AA23) is unknown color: approx Christi. HEX triplet: 74, AA and 23. RGB value is (116,170,35). Sum of RGB (Red+Green+Blue) = 116+170+35=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA23 is #8B55DC. Grayscale: #8A8A8A. Windows color (decimal): -9131485 or 2337396. OLE color: 2337396.

HSL color Cylindrical-coordinate representation of color #74AA23: hue angle of 84º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74AA23 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB11617035-
CMYK0.3200.790.33
HSL84º65.85%40.2%-
HSV(B)84º79.41%66.67%-
XYZ21.8832.586.73-
YUV138.4669.61111.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=36.14%
G=52.96%
B=10.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170350.3200.790.338465.8540.2
Hex74AA232004F21544228
Octal164252434001174112410250
Binary1110100101010101000111000000100111110000110101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA23; }

 p { color: rgb(116,170,35); }

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

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

 a { background-color: rgb(116,170,35); }

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

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

 span { border-color: rgb(116,170,35); }

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