#073B20

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

Shades of British Racing Green #073B20

Tints of British Racing Green #073B20

Color information

#073B20 (or 0x073B20) is unknown color: approx British Racing Green. HEX triplet: 07, 3B and 20. RGB value is (7,59,32). Sum of RGB (Red+Green+Blue) = 7+59+32=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #073B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B20 is #F8C4DF. Grayscale: #282828. Windows color (decimal): -16303328 or 2112263. OLE color: 2112263.

HSL color Cylindrical-coordinate representation of color #073B20: hue angle of 148.85º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B20 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB75932-
CMYK0.8800.460.77
HSL148.85º78.79%12.94%-
HSV(B)148.85º88.14%23.14%-
XYZ1.913.281.9-
YUV40.37123.27104.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 59 (23.44% from 255) = 60.20%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=7.14%
G=60.20%
B=32.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal759320.8800.460.77148.8578.7912.94
Hex73B205802E4D954fd
Octal7734013005611522511715
Binary1111110111000001011000010111010011011001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073B20; }

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

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

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

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

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

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

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

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