#074927

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

Shades of British Racing Green #074927

Tints of British Racing Green #074927

Color information

#074927 (or 0x074927) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 27. RGB value is (7,73,39). Sum of RGB (Red+Green+Blue) = 7+73+39=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #074927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074927 is #F8B6D8. Grayscale: #313131. Windows color (decimal): -16299737 or 2574599. OLE color: 2574599.

HSL color Cylindrical-coordinate representation of color #074927: hue angle of 149.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074927 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB77339-
CMYK0.9000.470.71
HSL149.09º82.5%15.69%-
HSV(B)149.09º90.41%28.63%-
XYZ2.844.962.73-
YUV49.39122.1397.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=5.88%
G=61.34%
B=32.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773390.9000.470.71149.0982.515.69
Hex749275A02F47955210
Octal71114713205710722512220
Binary111100100110011110110100101111100011110010101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074927; }

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

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

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

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

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

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

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

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