Html Css Color HEX #074422 British Racing Green

📋 copy color: '#074422'

red 7 ◦ green 68 ◦ blue 34

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

Shades of British Racing Green #074422

Tints of British Racing Green #074422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.39%

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

R = 6.42%
G = 62.39%
B = 31.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#074422 (or 0x074422) is known color: British Racing Green. HEX triplet: 07, 44 and 22. RGB value is (7,68,34). Sum of RGB (Red+Green+Blue) = 7+68+34=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #074422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074422 is #F8BBDD. Grayscale: #2D2D2D. Windows color (decimal): -16301022 or 2245639. OLE color: 2245639.

HSL color Cylindrical-coordinate representation of color #074422: hue angle of 146.56º degrees, saturation: 0.81, 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 #074422 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 34 -
CMYK 0.90 0 0.50 0.73
HSL 146.56º 0.81% 0.15% -
HSV(B) 146.56º 0.9% 0.27% -
XYZ 2.44 4.29 2.21 -
YUV 45.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 7 68 34 0.90 0 0.50 0.73 146.56 0.81 0.15
Hex 7 44 22 5A 0 32 49 93 51 F
Octal 7 104 42 132 0 62 111 223 121 17
Binary 111 1000100 100010 1011010 0 110010 1001001 10010011 1010001 1111

Color Harmonies of #074422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074422

Black with #074422

Text Example


Text Example

White with #074422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074422; }

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

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

background-color css

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

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

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

border-color css

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

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

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