#74A000

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

Shades of Christi #74A000

Tints of Christi #74A000

Color information

#74A000 (or 0x74A000) is unknown color: approx Christi. HEX triplet: 74, A0 and 00. RGB value is (116,160,0). Sum of RGB (Red+Green+Blue) = 116+160+0=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #74A000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A000 is #8B5FFF. Grayscale: #818181. Windows color (decimal): -9134080 or 41076. OLE color: 41076.

HSL color Cylindrical-coordinate representation of color #74A000: hue angle of 76.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74A000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1161600-
CMYK0.28010.37
HSL76.5º100%31.37%-
HSV(B)76.5º100%62.75%-
XYZ19.7728.854.53-
YUV128.655.42119.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 160 (62.89% from 255) = 57.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.03%
G=57.97%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11616000.28010.3776.510031.37
Hex74A001C064254c641f
Octal16424003401444511414437
Binary111010010100000011100011001001001011001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,160,0); }

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

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

 a { background-color: rgb(116,160,0); }

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

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

 span { border-color: rgb(116,160,0); }

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