#074D20

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

Shades of British Racing Green #074D20

Tints of British Racing Green #074D20

Color information

#074D20 (or 0x074D20) is unknown color: approx British Racing Green. HEX triplet: 07, 4D and 20. RGB value is (7,77,32). Sum of RGB (Red+Green+Blue) = 7+77+32=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #074D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D20 is #F8B2DF. Grayscale: #333333. Windows color (decimal): -16298720 or 2116871. OLE color: 2116871.

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

Color convert

RGB77732-
CMYK0.9100.580.70
HSL141.43º83.33%16.47%-
HSV(B)141.43º90.91%30.2%-
XYZ35.462.26-
YUV50.94117.3196.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 77 (30.47% from 255) = 66.38%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=6.03%
G=66.38%
B=27.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777320.9100.580.70141.4383.3316.47
Hex74D205B03A468d5310
Octal71154013307210621512320
Binary111100110110000010110110111010100011010001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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