#74AF1C

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

Shades of Christi #74AF1C

Tints of Christi #74AF1C

Color information

#74AF1C (or 0x74AF1C) is unknown color: approx Christi. HEX triplet: 74, AF and 1C. RGB value is (116,175,28). Sum of RGB (Red+Green+Blue) = 116+175+28=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF1C is #8B50E3. Grayscale: #8D8D8D. Windows color (decimal): -9130212 or 1879924. OLE color: 1879924.

HSL color Cylindrical-coordinate representation of color #74AF1C: hue angle of 84.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74AF1C is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB11617528-
CMYK0.3400.840.31
HSL84.08º72.41%39.8%-
HSV(B)84.08º84%68.63%-
XYZ22.7434.466.55-
YUV140.664.45110.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 175 (68.75% from 255) = 54.86%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=36.36%
G=54.86%
B=8.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175280.3400.840.3184.0872.4139.8
Hex74AF1C220541F544828
Octal164257344201243712411050
Binary11101001010111111100100010010101001111110101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,28); }

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

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

 a { background-color: rgb(116,175,28); }

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

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

 span { border-color: rgb(116,175,28); }

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