#74AD1F

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

Shades of Christi #74AD1F

Tints of Christi #74AD1F

Color information

#74AD1F (or 0x74AD1F) is unknown color: approx Christi. HEX triplet: 74, AD and 1F. RGB value is (116,173,31). Sum of RGB (Red+Green+Blue) = 116+173+31=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD1F is #8B52E0. Grayscale: #8C8C8C. Windows color (decimal): -9130721 or 2076020. OLE color: 2076020.

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

Color convert

RGB11617331-
CMYK0.3300.820.32
HSL84.08º69.61%40%-
HSV(B)84.08º82.08%67.84%-
XYZ22.3933.76.62-
YUV139.7766.62111.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 54.06%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=36.25%
G=54.06%
B=9.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116173310.3300.820.3284.0869.6140
Hex74AD1F2105220544628
Octal164255374101224012410650
Binary111010010101101111111000010101001010000010101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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