#74A91B

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

Shades of Christi #74A91B

Tints of Christi #74A91B

Color information

#74A91B (or 0x74A91B) is unknown color: approx Christi. HEX triplet: 74, A9 and 1B. RGB value is (116,169,27). Sum of RGB (Red+Green+Blue) = 116+169+27=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #74A91B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A91B is #8B56E4. Grayscale: #898989. Windows color (decimal): -9131749 or 1812852. OLE color: 1812852.

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

Color convert

RGB11616927-
CMYK0.3100.840.34
HSL82.39º72.45%38.43%-
HSV(B)82.39º84.02%66.27%-
XYZ21.5932.176.11-
YUV136.9665.94113.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=37.18%
G=54.17%
B=8.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116169270.3100.840.3482.3972.4538.43
Hex74A91B1F05422524826
Octal164251333701244212211046
Binary11101001010100111011111110101010010001010100101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,169,27); }

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

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

 a { background-color: rgb(116,169,27); }

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

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

 span { border-color: rgb(116,169,27); }

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