Html Css Color HEX #074721 British Racing Green

📋 copy color: '#074721'

red 7 ◦ green 71 ◦ blue 33

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

Shades of British Racing Green #074721

Tints of British Racing Green #074721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 63.96%

 BLUE value IS 33 (13.28% from 255) = 29.73%

R = 6.31%
G = 63.96%
B = 29.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#074721 (or 0x074721) is known color: British Racing Green. HEX triplet: 07, 47 and 21. RGB value is (7,71,33). Sum of RGB (Red+Green+Blue) = 7+71+33=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #074721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074721 is #F8B8DE. Grayscale: #2F2F2F. Windows color (decimal): -16300255 or 2180871. OLE color: 2180871.

HSL color Cylindrical-coordinate representation of color #074721: hue angle of 144.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074721 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 33 -
CMYK 0.90 0 0.54 0.72
HSL 144.38º 0.82% 0.15% -
HSV(B) 144.38º 0.9% 0.28% -
XYZ 2.62 4.66 2.2 -
YUV 47.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 7 71 33 0.90 0 0.54 0.72 144.38 0.82 0.15
Hex 7 47 21 5A 0 36 48 90 52 F
Octal 7 107 41 132 0 66 110 220 122 17
Binary 111 1000111 100001 1011010 0 110110 1001000 10010000 1010010 1111

Color Harmonies of #074721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074721

Black with #074721

Text Example


Text Example

White with #074721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074721; }

 p { color: rgb(7,71,33); }

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

background-color css

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

 a { background-color: rgb(7,71,33); }

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

border-color css

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

 span { border-color: rgb(7,71,33); }

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