#074127

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

Shades of British Racing Green #074127

Tints of British Racing Green #074127

Color information

#074127 (or 0x074127) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 27. RGB value is (7,65,39). Sum of RGB (Red+Green+Blue) = 7+65+39=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #074127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074127 is #F8BED8. Grayscale: #2C2C2C. Windows color (decimal): -16301785 or 2572551. OLE color: 2572551.

HSL color Cylindrical-coordinate representation of color #074127: hue angle of 153.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074127 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB76539-
CMYK0.8900.400.75
HSL153.1º80.56%14.12%-
HSV(B)153.1º89.23%25.49%-
XYZ2.343.972.56-
YUV44.69124.78101.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=6.31%
G=58.56%
B=35.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765390.8900.400.75153.180.5614.12
Hex74127590284B9951e
Octal71014713105011323112116
Binary11110000011001111011001010100010010111001100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074127; }

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

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

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

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

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

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

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

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