#074626

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

Shades of British Racing Green #074626

Tints of British Racing Green #074626

Color information

#074626 (or 0x074626) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 26. RGB value is (7,70,38). Sum of RGB (Red+Green+Blue) = 7+70+38=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #074626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074626 is #F8B9D9. Grayscale: #2F2F2F. Windows color (decimal): -16300506 or 2508295. OLE color: 2508295.

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

Color convert

RGB77038-
CMYK0.9000.460.73
HSL149.52º81.82%15.1%-
HSV(B)149.52º90%27.45%-
XYZ2.634.572.58-
YUV47.51122.6399.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=6.09%
G=60.87%
B=33.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770380.9000.460.73149.5281.8215.1
Hex746265A02E499652f
Octal71064613205611122612217
Binary11110001101001101011010010111010010011001011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074626; }

 p { color: rgb(7,70,38); }

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

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

 a { background-color: rgb(7,70,38); }

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

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

 span { border-color: rgb(7,70,38); }

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