#74ba0f

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

Shades of Christi #74BA0F

Tints of Christi #74BA0F

Color information

#74BA0F (or 0x74BA0F) is unknown color: approx Christi. HEX triplet: 74, BA and 0F. RGB value is (116,186,15). Sum of RGB (Red+Green+Blue) = 116+186+15=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA0F is #8B45F0. Grayscale: #929292. Windows color (decimal): -9127409 or 1030772. OLE color: 1030772.

HSL color Cylindrical-coordinate representation of color #74BA0F: hue angle of 84.56º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74BA0F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB11618615-
CMYK0.3800.920.27
HSL84.56º85.07%39.41%-
HSV(B)84.56º91.94%72.94%-
XYZ24.8538.876.64-
YUV145.5854.31106.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 186 (73.05% from 255) = 58.68%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=36.59%
G=58.68%
B=4.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116186150.3800.920.2784.5685.0739.41
Hex74BAF2605C1B555527
Octal164272174601343312512547
Binary1110100101110101111100110010111001101110101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ba0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,186,15); }

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

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

 a { background-color: rgb(116,186,15); }

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

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

 span { border-color: rgb(116,186,15); }

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