#074633

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

Shades of British Racing Green #074633

Tints of British Racing Green #074633

Color information

#074633 (or 0x074633) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 33. RGB value is (7,70,51). Sum of RGB (Red+Green+Blue) = 7+70+51=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #074633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074633 is #F8B9CC. Grayscale: #313131. Windows color (decimal): -16300493 or 3360263. OLE color: 3360263.

HSL color Cylindrical-coordinate representation of color #074633: hue angle of 161.9º 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 #074633 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB77051-
CMYK0.9000.270.73
HSL161.9º81.82%15.1%-
HSV(B)161.9º90%27.45%-
XYZ2.884.663.88-
YUV49129.1398.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=5.47%
G=54.69%
B=39.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770510.9000.270.73161.981.8215.1
Hex746335A01B49a252f
Octal71066313203311124212217
Binary1111000110110011101101001101110010011010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074633; }

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

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

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

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

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

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

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

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