#74AA1F

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

Shades of Christi #74AA1F

Tints of Christi #74AA1F

Color information

#74AA1F (or 0x74AA1F) is unknown color: approx Christi. HEX triplet: 74, AA and 1F. RGB value is (116,170,31). Sum of RGB (Red+Green+Blue) = 116+170+31=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA1F is #8B55E0. Grayscale: #8A8A8A. Windows color (decimal): -9131489 or 2075252. OLE color: 2075252.

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

Color convert

RGB11617031-
CMYK0.3200.820.33
HSL83.31º69.15%39.41%-
HSV(B)83.31º81.76%66.67%-
XYZ21.8232.566.43-
YUV138.0167.61112.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=36.59%
G=53.63%
B=9.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170310.3200.820.3383.3169.1539.41
Hex74AA1F2005221534527
Octal164252374001224112310547
Binary111010010101010111111000000101001010000110100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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