Html Css Color HEX #074621 British Racing Green

📋 copy color: '#074621'

red 7 ◦ green 70 ◦ blue 33

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

Shades of British Racing Green #074621

Tints of British Racing Green #074621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.64%

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

R = 6.36%
G = 63.64%
B = 30%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#074621 (or 0x074621) is known color: British Racing Green. HEX triplet: 07, 46 and 21. RGB value is (7,70,33). Sum of RGB (Red+Green+Blue) = 7+70+33=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #074621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074621 is #F8B9DE. Grayscale: #2F2F2F. Windows color (decimal): -16300511 or 2180615. OLE color: 2180615.

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

Color convert

RGB 7 70 33 -
CMYK 0.90 0 0.53 0.73
HSL 144.76º 0.82% 0.15% -
HSV(B) 144.76º 0.9% 0.27% -
XYZ 2.55 4.54 2.18 -
YUV 46.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 7 70 33 0.90 0 0.53 0.73 144.76 0.82 0.15
Hex 7 46 21 5A 0 35 49 91 52 F
Octal 7 106 41 132 0 65 111 221 122 17
Binary 111 1000110 100001 1011010 0 110101 1001001 10010001 1010010 1111

Color Harmonies of #074621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074621

Black with #074621

Text Example


Text Example

White with #074621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074621; }

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

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

background-color css

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

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

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

border-color css

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

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

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