#074B20

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

Shades of British Racing Green #074B20

Tints of British Racing Green #074B20

Color information

#074B20 (or 0x074B20) is unknown color: approx British Racing Green. HEX triplet: 07, 4B and 20. RGB value is (7,75,32). Sum of RGB (Red+Green+Blue) = 7+75+32=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #074B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B20 is #F8B4DF. Grayscale: #313131. Windows color (decimal): -16299232 or 2116359. OLE color: 2116359.

HSL color Cylindrical-coordinate representation of color #074B20: hue angle of 142.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B20 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB77532-
CMYK0.9100.570.71
HSL142.06º82.93%16.08%-
HSV(B)142.06º90.67%29.41%-
XYZ2.865.182.22-
YUV49.77117.9797.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 75 (29.69% from 255) = 65.79%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=6.14%
G=65.79%
B=28.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal775320.9100.570.71142.0682.9316.08
Hex74B205B039478e5310
Octal71134013307110721612320
Binary111100101110000010110110111001100011110001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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