Html Css Color HEX #074E1A British Racing Green

📋 copy color: '#074E1A'

red 7 ◦ green 78 ◦ blue 26

#074E1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #074E1A

Tints of British Racing Green #074E1A

RGB

 RED value IS 7 (3.13% 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 value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#074E1A (or 0x074E1A) is known color: 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

RGB 7 78 26 -
CMYK 0.91 0 0.67 0.69
HSL 136.06º 0.84% 0.17% -
HSV(B) 136.06º 0.91% 0.31% -
XYZ 3 5.57 1.89 -
YUV 50.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 7 78 26 0.91 0 0.67 0.69 136.06 0.84 0.17
Hex 7 4E 1A 5B 0 43 45 88 54 11
Octal 7 116 32 133 0 103 105 210 124 21
Binary 111 1001110 11010 1011011 0 1000011 1000101 10001000 1010100 10001

Color Harmonies of #074E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E1A

Black with #074E1A

Text Example


Text Example

White with #074E1A

Text Example


Text Example

HTML Codes & Css Web 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>