Html Css Color HEX #074C20 British Racing Green

📋 copy color: '#074C20'

red 7 ◦ green 76 ◦ blue 32

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

Shades of British Racing Green #074C20

Tints of British Racing Green #074C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 66.09%

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

R = 6.09%
G = 66.09%
B = 27.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#074C20 (or 0x074C20) is known color: British Racing Green. HEX triplet: 07, 4C and 20. RGB value is (7,76,32). Sum of RGB (Red+Green+Blue) = 7+76+32=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #074C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C20 is #F8B3DF. Grayscale: #323232. Windows color (decimal): -16298976 or 2116615. OLE color: 2116615.

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

Color convert

RGB 7 76 32 -
CMYK 0.91 0 0.58 0.70
HSL 141.74º 0.83% 0.16% -
HSV(B) 141.74º 0.91% 0.3% -
XYZ 2.93 5.32 2.24 -
YUV 50.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 7 76 32 0.91 0 0.58 0.70 141.74 0.83 0.16
Hex 7 4C 20 5B 0 3A 46 8E 53 10
Octal 7 114 40 133 0 72 106 216 123 20
Binary 111 1001100 100000 1011011 0 111010 1000110 10001110 1010011 10000

Color Harmonies of #074C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C20

Black with #074C20

Text Example


Text Example

White with #074C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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