#075132

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

Shades of British Racing Green #075132

Tints of British Racing Green #075132

Color information

#075132 (or 0x075132) is unknown color: approx British Racing Green. HEX triplet: 07, 51 and 32. RGB value is (7,81,50). Sum of RGB (Red+Green+Blue) = 7+81+50=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #075132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075132 is #F8AECD. Grayscale: #373737. Windows color (decimal): -16297678 or 3297543. OLE color: 3297543.

HSL color Cylindrical-coordinate representation of color #075132: hue angle of 154.86º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075132 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB78150-
CMYK0.9100.380.68
HSL154.86º84.09%17.25%-
HSV(B)154.86º91.36%31.76%-
XYZ3.616.164.02-
YUV55.34124.9893.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=5.07%
G=58.70%
B=36.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781500.9100.380.68154.8684.0917.25
Hex751325B026449b5411
Octal71216213304610423312421
Binary111101000111001010110110100110100010010011011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075132; }

 p { color: rgb(7,81,50); }

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

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

 a { background-color: rgb(7,81,50); }

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

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

 span { border-color: rgb(7,81,50); }

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