#074733

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

Shades of British Racing Green #074733

Tints of British Racing Green #074733

Color information

#074733 (or 0x074733) is unknown color: approx British Racing Green. HEX triplet: 07, 47 and 33. RGB value is (7,71,51). Sum of RGB (Red+Green+Blue) = 7+71+51=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #074733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074733 is #F8B8CC. Grayscale: #313131. Windows color (decimal): -16300237 or 3360519. OLE color: 3360519.

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

Color convert

RGB77151-
CMYK0.9000.280.72
HSL161.25º82.05%15.29%-
HSV(B)161.25º90.14%27.84%-
XYZ2.944.793.9-
YUV49.58128.897.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.43%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=5.43%
G=55.04%
B=39.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771510.9000.280.72161.2582.0515.29
Hex747335A01C48a152f
Octal71076313203411024112217
Binary1111000111110011101101001110010010001010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074733; }

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

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

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

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

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

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

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

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