#074520

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

Shades of British Racing Green #074520

Tints of British Racing Green #074520

Color information

#074520 (or 0x074520) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 20. RGB value is (7,69,32). Sum of RGB (Red+Green+Blue) = 7+69+32=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #074520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074520 is #F8BADF. Grayscale: #2E2E2E. Windows color (decimal): -16300768 or 2114823. OLE color: 2114823.

HSL color Cylindrical-coordinate representation of color #074520: hue angle of 144.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074520 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB76932-
CMYK0.9000.540.73
HSL144.19º81.58%14.9%-
HSV(B)144.19º89.86%27.06%-
XYZ2.484.412.09-
YUV46.24119.96100.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=6.48%
G=63.89%
B=29.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769320.9000.540.73144.1981.5814.9
Hex745205A036499052f
Octal71054013206611122012217
Binary11110001011000001011010011011010010011001000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074520; }

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

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

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

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

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

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

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

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