Html Css Color HEX #074722 British Racing Green

📋 copy color: '#074722'

red 7 ◦ green 71 ◦ blue 34

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

Shades of British Racing Green #074722

Tints of British Racing Green #074722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.36%

R = 6.25%
G = 63.39%
B = 30.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#074722 (or 0x074722) is known color: British Racing Green. HEX triplet: 07, 47 and 22. RGB value is (7,71,34). Sum of RGB (Red+Green+Blue) = 7+71+34=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #074722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074722 is #F8B8DD. Grayscale: #2F2F2F. Windows color (decimal): -16300254 or 2246407. OLE color: 2246407.

HSL color Cylindrical-coordinate representation of color #074722: hue angle of 145.31º 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 #074722 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 34 -
CMYK 0.90 0 0.52 0.72
HSL 145.31º 0.82% 0.15% -
HSV(B) 145.31º 0.9% 0.28% -
XYZ 2.63 4.67 2.28 -
YUV 47.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 7 71 34 0.90 0 0.52 0.72 145.31 0.82 0.15
Hex 7 47 22 5A 0 34 48 91 52 F
Octal 7 107 42 132 0 64 110 221 122 17
Binary 111 1000111 100010 1011010 0 110100 1001000 10010001 1010010 1111

Color Harmonies of #074722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074722

Black with #074722

Text Example


Text Example

White with #074722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074722; }

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

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

background-color css

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

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

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

border-color css

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

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

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