Html Css Color HEX #074E20 British Racing Green

📋 copy color: '#074E20'

red 7 ◦ green 78 ◦ blue 32

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

Shades of British Racing Green #074E20

Tints of British Racing Green #074E20

RGB

 RED value IS 7 (3.13% from 255) = 5.98%

 GREEN value IS 78 (30.86% from 255) = 66.67%

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 5.98%
G = 66.67%
B = 27.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#074E20 (or 0x074E20) is known color: British Racing Green. HEX triplet: 07, 4E and 20. RGB value is (7,78,32). Sum of RGB (Red+Green+Blue) = 7+78+32=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 78 (30.86% from 255 or 66.67% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 78 - color contains mainly: green. Hex color #074E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E20 is #F8B1DF. Grayscale: #333333. Windows color (decimal): -16298464 or 2117127. OLE color: 2117127.

HSL color Cylindrical-coordinate representation of color #074E20: hue angle of 141.13º 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 #074E20 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 78 32 -
CMYK 0.91 0 0.59 0.69
HSL 141.13º 0.84% 0.17% -
HSV(B) 141.13º 0.91% 0.31% -
XYZ 3.07 5.6 2.29 -
YUV 51.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 7 78 32 0.91 0 0.59 0.69 141.13 0.84 0.17
Hex 7 4E 20 5B 0 3B 45 8D 54 11
Octal 7 116 40 133 0 73 105 215 124 21
Binary 111 1001110 100000 1011011 0 111011 1000101 10001101 1010100 10001

Color Harmonies of #074E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E20

Black with #074E20

Text Example


Text Example

White with #074E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #074E20;
 }
 .AnyTagClassName
 {
   color: #074E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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