#074727

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

Shades of British Racing Green #074727

Tints of British Racing Green #074727

Color information

#074727 (or 0x074727) is unknown color: approx British Racing Green. HEX triplet: 07, 47 and 27. RGB value is (7,71,39). Sum of RGB (Red+Green+Blue) = 7+71+39=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #074727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074727 is #F8B8D8. Grayscale: #303030. Windows color (decimal): -16300249 or 2574087. OLE color: 2574087.

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

Color convert

RGB77139-
CMYK0.9000.450.72
HSL150º82.05%15.29%-
HSV(B)150º90.14%27.84%-
XYZ2.714.72.68-
YUV48.22122.898.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=5.98%
G=60.68%
B=33.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771390.9000.450.7215082.0515.29
Hex747275A02D489652f
Octal71074713205511022612217
Binary11110001111001111011010010110110010001001011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074727; }

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

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

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

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

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

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

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

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