#074B1B

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

Shades of British Racing Green #074B1B

Tints of British Racing Green #074B1B

Color information

#074B1B (or 0x074B1B) is unknown color: approx British Racing Green. HEX triplet: 07, 4B and 1B. RGB value is (7,75,27). Sum of RGB (Red+Green+Blue) = 7+75+27=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1B is #F8B4E4. Grayscale: #313131. Windows color (decimal): -16299237 or 1788679. OLE color: 1788679.

HSL color Cylindrical-coordinate representation of color #074B1B: hue angle of 137.65º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B1B is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB77527-
CMYK0.9100.640.71
HSL137.65º82.93%16.08%-
HSV(B)137.65º90.67%29.41%-
XYZ2.85.161.88-
YUV49.2115.4797.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 75 (29.69% from 255) = 68.81%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=6.42%
G=68.81%
B=24.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal775270.9100.640.71137.6582.9316.08
Hex74B1B5B040478a5310
Octal711333133010010721212320
Binary111100101111011101101101000000100011110001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B1B; }

 p { color: rgb(7,75,27); }

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

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

 a { background-color: rgb(7,75,27); }

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

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

 span { border-color: rgb(7,75,27); }

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