#074222

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

Shades of British Racing Green #074222

Tints of British Racing Green #074222

Color information

#074222 (or 0x074222) is unknown color: approx British Racing Green. HEX triplet: 07, 42 and 22. RGB value is (7,66,34). Sum of RGB (Red+Green+Blue) = 7+66+34=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #074222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074222 is #F8BDDD. Grayscale: #2C2C2C. Windows color (decimal): -16301534 or 2245127. OLE color: 2245127.

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

Color convert

RGB76634-
CMYK0.8900.480.74
HSL147.46º80.82%14.31%-
HSV(B)147.46º89.39%25.88%-
XYZ2.324.062.17-
YUV44.71121.95101.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=6.54%
G=61.68%
B=31.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766340.8900.480.74147.4680.8214.31
Hex74222590304A9351e
Octal71024213106011222312116
Binary11110000101000101011001011000010010101001001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074222; }

 p { color: rgb(7,66,34); }

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

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

 a { background-color: rgb(7,66,34); }

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

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

 span { border-color: rgb(7,66,34); }

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