#74A80C

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

Shades of Christi #74A80C

Tints of Christi #74A80C

Color information

#74A80C (or 0x74A80C) is unknown color: approx Christi. HEX triplet: 74, A8 and 0C. RGB value is (116,168,12). Sum of RGB (Red+Green+Blue) = 116+168+12=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #74A80C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A80C is #8B57F3. Grayscale: #878787. Windows color (decimal): -9132020 or 829556. OLE color: 829556.

HSL color Cylindrical-coordinate representation of color #74A80C: hue angle of 80º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74A80C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB11616812-
CMYK0.3100.930.34
HSL80º86.67%35.29%-
HSV(B)80º92.86%65.88%-
XYZ21.2731.745.35-
YUV134.6758.77114.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 168 (66.02% from 255) = 56.76%
BLUE value IS 12 (5.08% from 255) = 4.05%
R=39.19%
G=56.76%
B=4.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116168120.3100.930.348086.6735.29
Hex74A8C1F05D22505723
Octal164250143701354212012743
Binary1110100101010001100111110101110110001010100001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,12); }

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

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

 a { background-color: rgb(116,168,12); }

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

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

 span { border-color: rgb(116,168,12); }

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