#74B506

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

Shades of Christi #74B506

Tints of Christi #74B506

Color information

#74B506 (or 0x74B506) is unknown color: approx Christi. HEX triplet: 74, B5 and 06. RGB value is (116,181,6). Sum of RGB (Red+Green+Blue) = 116+181+6=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #74B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B506 is #8B4AF9. Grayscale: #8E8E8E. Windows color (decimal): -9128698 or 439668. OLE color: 439668.

HSL color Cylindrical-coordinate representation of color #74B506: hue angle of 82.29º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74B506 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1161816-
CMYK0.3600.970.29
HSL82.29º93.58%36.67%-
HSV(B)82.29º96.69%70.98%-
XYZ23.7636.776.02-
YUV141.6151.47109.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 181 (71.09% from 255) = 59.74%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=38.28%
G=59.74%
B=1.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11618160.3600.970.2982.2993.5836.67
Hex74B56240611D525e25
Octal16426564401413512213645
Binary111010010110101110100100011000011110110100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,6); }

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

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

 a { background-color: rgb(116,181,6); }

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

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

 span { border-color: rgb(116,181,6); }

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