#074120

Color #074120 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074120

Tints of British Racing Green #074120

Color information

#074120 (or 0x074120) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 20. RGB value is (7,65,32). Sum of RGB (Red+Green+Blue) = 7+65+32=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #074120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074120 is #F8BEDF. Grayscale: #2B2B2B. Windows color (decimal): -16301792 or 2113799. OLE color: 2113799.

HSL color Cylindrical-coordinate representation of color #074120: hue angle of 145.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074120 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB76532-
CMYK0.8900.510.75
HSL145.86º80.56%14.12%-
HSV(B)145.86º89.23%25.49%-
XYZ2.243.932.01-
YUV43.9121.28101.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=6.73%
G=62.5%
B=30.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765320.8900.510.75145.8680.5614.12
Hex74120590334B9251e
Octal71014013106311322212116
Binary11110000011000001011001011001110010111001001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074120; }

 p { color: rgb(7,65,32); }

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

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

 a { background-color: rgb(7,65,32); }

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

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

 span { border-color: rgb(7,65,32); }

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