#74AF1A

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

Shades of Christi #74AF1A

Tints of Christi #74AF1A

Color information

#74AF1A (or 0x74AF1A) is unknown color: approx Christi. HEX triplet: 74, AF and 1A. RGB value is (116,175,26). Sum of RGB (Red+Green+Blue) = 116+175+26=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF1A is #8B50E5. Grayscale: #8C8C8C. Windows color (decimal): -9130214 or 1748852. OLE color: 1748852.

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

Color convert

RGB11617526-
CMYK0.3400.850.31
HSL83.76º74.13%39.41%-
HSV(B)83.76º85.14%68.63%-
XYZ22.7234.456.43-
YUV140.3763.45110.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=36.59%
G=55.21%
B=8.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175260.3400.850.3183.7674.1339.41
Hex74AF1A220551F544a27
Octal164257324201253712411247
Binary11101001010111111010100010010101011111110101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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