Html Css Color HEX #075020 British Racing Green

📋 copy color: '#075020'

red 7 ◦ green 80 ◦ blue 32

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

Shades of British Racing Green #075020

Tints of British Racing Green #075020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.23%

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

R = 5.88%
G = 67.23%
B = 26.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#075020 (or 0x075020) is known color: British Racing Green. HEX triplet: 07, 50 and 20. RGB value is (7,80,32). Sum of RGB (Red+Green+Blue) = 7+80+32=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #075020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075020 is #F8AFDF. Grayscale: #343434. Windows color (decimal): -16297952 or 2117639. OLE color: 2117639.

HSL color Cylindrical-coordinate representation of color #075020: hue angle of 140.55º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075020 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 32 -
CMYK 0.91 0 0.60 0.69
HSL 140.55º 0.84% 0.17% -
HSV(B) 140.55º 0.91% 0.31% -
XYZ 3.22 5.89 2.33 -
YUV 52.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 7 80 32 0.91 0 0.60 0.69 140.55 0.84 0.17
Hex 7 50 20 5B 0 3C 45 8D 54 11
Octal 7 120 40 133 0 74 105 215 124 21
Binary 111 1010000 100000 1011011 0 111100 1000101 10001101 1010100 10001

Color Harmonies of #075020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075020

Black with #075020

Text Example


Text Example

White with #075020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075020; }

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

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

background-color css

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

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

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

border-color css

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

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

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