Html Css Color HEX #074B20 British Racing Green

📋 copy color: '#074B20'

red 7 ◦ green 75 ◦ blue 32

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

Shades of British Racing Green #074B20

Tints of British Racing Green #074B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 65.79%

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

R = 6.14%
G = 65.79%
B = 28.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#074B20 (or 0x074B20) is known color: British Racing Green. HEX triplet: 07, 4B and 20. RGB value is (7,75,32). Sum of RGB (Red+Green+Blue) = 7+75+32=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #074B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B20 is #F8B4DF. Grayscale: #313131. Windows color (decimal): -16299232 or 2116359. OLE color: 2116359.

HSL color Cylindrical-coordinate representation of color #074B20: hue angle of 142.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B20 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 32 -
CMYK 0.91 0 0.57 0.71
HSL 142.06º 0.83% 0.16% -
HSV(B) 142.06º 0.91% 0.29% -
XYZ 2.86 5.18 2.22 -
YUV 49.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 7 75 32 0.91 0 0.57 0.71 142.06 0.83 0.16
Hex 7 4B 20 5B 0 39 47 8E 53 10
Octal 7 113 40 133 0 71 107 216 123 20
Binary 111 1001011 100000 1011011 0 111001 1000111 10001110 1010011 10000

Color Harmonies of #074B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B20

Black with #074B20

Text Example


Text Example

White with #074B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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