#074627

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

Shades of British Racing Green #074627

Tints of British Racing Green #074627

Color information

#074627 (or 0x074627) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 27. RGB value is (7,70,39). Sum of RGB (Red+Green+Blue) = 7+70+39=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #074627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074627 is #F8B9D8. Grayscale: #2F2F2F. Windows color (decimal): -16300505 or 2573831. OLE color: 2573831.

HSL color Cylindrical-coordinate representation of color #074627: hue angle of 150.48º 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 #074627 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB77039-
CMYK0.9000.440.73
HSL150.48º81.82%15.1%-
HSV(B)150.48º90%27.45%-
XYZ2.644.572.66-
YUV47.63123.1399.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 70 (27.73% from 255) = 60.34%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=6.03%
G=60.34%
B=33.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770390.9000.440.73150.4881.8215.1
Hex746275A02C499652f
Octal71064713205411122612217
Binary11110001101001111011010010110010010011001011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074627; }

 p { color: rgb(7,70,39); }

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

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

 a { background-color: rgb(7,70,39); }

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

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

 span { border-color: rgb(7,70,39); }

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