Html Css Color HEX #074820 British Racing Green

📋 copy color: '#074820'

red 7 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #074820

Tints of British Racing Green #074820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 64.86%

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

R = 6.31%
G = 64.86%
B = 28.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#074820 (or 0x074820) is known color: British Racing Green. HEX triplet: 07, 48 and 20. RGB value is (7,72,32). Sum of RGB (Red+Green+Blue) = 7+72+32=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #074820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074820 is #F8B7DF. Grayscale: #303030. Windows color (decimal): -16300000 or 2115591. OLE color: 2115591.

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

Color convert

RGB 7 72 32 -
CMYK 0.90 0 0.56 0.72
HSL 143.08º 0.82% 0.15% -
HSV(B) 143.08º 0.9% 0.28% -
XYZ 2.67 4.78 2.15 -
YUV 48.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 7 72 32 0.90 0 0.56 0.72 143.08 0.82 0.15
Hex 7 48 20 5A 0 38 48 8F 52 F
Octal 7 110 40 132 0 70 110 217 122 17
Binary 111 1001000 100000 1011010 0 111000 1001000 10001111 1010010 1111

Color Harmonies of #074820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074820

Black with #074820

Text Example


Text Example

White with #074820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074820; }

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

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

background-color css

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

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

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

border-color css

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

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

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