Html Css Color HEX #074920 British Racing Green

📋 copy color: '#074920'

red 7 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #074920

Tints of British Racing Green #074920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

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

R = 6.25%
G = 65.18%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#074920 (or 0x074920) is known color: British Racing Green. HEX triplet: 07, 49 and 20. RGB value is (7,73,32). Sum of RGB (Red+Green+Blue) = 7+73+32=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #074920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074920 is #F8B6DF. Grayscale: #303030. Windows color (decimal): -16299744 or 2115847. OLE color: 2115847.

HSL color Cylindrical-coordinate representation of color #074920: hue angle of 142.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074920 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 32 -
CMYK 0.90 0 0.56 0.71
HSL 142.73º 0.83% 0.16% -
HSV(B) 142.73º 0.9% 0.29% -
XYZ 2.73 4.91 2.17 -
YUV 48.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 7 73 32 0.90 0 0.56 0.71 142.73 0.83 0.16
Hex 7 49 20 5A 0 38 47 8F 52 10
Octal 7 111 40 132 0 70 107 217 122 20
Binary 111 1001001 100000 1011010 0 111000 1000111 10001111 1010010 10000

Color Harmonies of #074920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074920

Black with #074920

Text Example


Text Example

White with #074920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074920; }

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

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

background-color css

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

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

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

border-color css

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

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

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