#74b11d

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

Shades of Christi #74B11D

Tints of Christi #74B11D

Color information

#74B11D (or 0x74B11D) is unknown color: approx Christi. HEX triplet: 74, B1 and 1D. RGB value is (116,177,29). Sum of RGB (Red+Green+Blue) = 116+177+29=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #74B11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B11D is #8B4EE2. Grayscale: #8E8E8E. Windows color (decimal): -9129699 or 1945972. OLE color: 1945972.

HSL color Cylindrical-coordinate representation of color #74B11D: hue angle of 84.73º 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 #74B11D is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB11617729-
CMYK0.3400.840.31
HSL84.73º71.84%40.39%-
HSV(B)84.73º83.62%69.41%-
XYZ23.1535.256.75-
YUV141.8964.29109.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 29 (11.72% from 255) = 9.01%
R=36.02%
G=54.97%
B=9.01%

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
Decimal116177290.3400.840.3184.7371.8440.39
Hex74B11D220541F554828
Octal164261354201243712511050
Binary11101001011000111101100010010101001111110101011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b11d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,29); }

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

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

 a { background-color: rgb(116,177,29); }

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

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

 span { border-color: rgb(116,177,29); }

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