#074A1A

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

Shades of British Racing Green #074A1A

Tints of British Racing Green #074A1A

Color information

#074A1A (or 0x074A1A) is unknown color: approx British Racing Green. HEX triplet: 07, 4A and 1A. RGB value is (7,74,26). Sum of RGB (Red+Green+Blue) = 7+74+26=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #074A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A1A is #F8B5E5. Grayscale: #303030. Windows color (decimal): -16299494 or 1722887. OLE color: 1722887.

HSL color Cylindrical-coordinate representation of color #074A1A: hue angle of 137.01º 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 #074A1A is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB77426-
CMYK0.9100.650.71
HSL137.01º82.72%15.88%-
HSV(B)137.01º90.54%29.02%-
XYZ2.725.021.8-
YUV48.49115.398.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 74 (29.30% from 255) = 69.16%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=6.54%
G=69.16%
B=24.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774260.9100.650.71137.0182.7215.88
Hex74A1A5B04147895310
Octal711232133010110721112320
Binary111100101011010101101101000001100011110001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,26); }

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

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

 a { background-color: rgb(7,74,26); }

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

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

 span { border-color: rgb(7,74,26); }

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