#074E1A

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

Shades of British Racing Green #074E1A

Tints of British Racing Green #074E1A

Color information

#074E1A (or 0x074E1A) is unknown color: approx British Racing Green. HEX triplet: 07, 4E and 1A. RGB value is (7,78,26). Sum of RGB (Red+Green+Blue) = 7+78+26=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #074E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E1A is #F8B1E5. Grayscale: #323232. Windows color (decimal): -16298470 or 1723911. OLE color: 1723911.

HSL color Cylindrical-coordinate representation of color #074E1A: hue angle of 136.06º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E1A is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB77826-
CMYK0.9100.670.69
HSL136.06º83.53%16.67%-
HSV(B)136.06º91.03%30.59%-
XYZ35.571.89-
YUV50.84113.9896.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 78 (30.86% from 255) = 70.27%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=6.31%
G=70.27%
B=23.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778260.9100.670.69136.0683.5316.67
Hex74E1A5B04345885411
Octal711632133010310521012421
Binary111100111011010101101101000011100010110001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,26); }

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

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

 a { background-color: rgb(7,78,26); }

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

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

 span { border-color: rgb(7,78,26); }

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