Html Css Color HEX #075024 British Racing Green

📋 copy color: '#075024'

red 7 ◦ green 80 ◦ blue 36

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

Shades of British Racing Green #075024

Tints of British Racing Green #075024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 5.69%
G = 65.04%
B = 29.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#075024 (or 0x075024) is known color: British Racing Green. HEX triplet: 07, 50 and 24. RGB value is (7,80,36). Sum of RGB (Red+Green+Blue) = 7+80+36=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #075024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075024 is #F8AFDB. Grayscale: #353535. Windows color (decimal): -16297948 or 2379783. OLE color: 2379783.

HSL color Cylindrical-coordinate representation of color #075024: hue angle of 143.84º 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 #075024 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 36 -
CMYK 0.91 0 0.55 0.69
HSL 143.84º 0.84% 0.17% -
HSV(B) 143.84º 0.91% 0.31% -
XYZ 3.27 5.91 2.64 -
YUV 53.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 7 80 36 0.91 0 0.55 0.69 143.84 0.84 0.17
Hex 7 50 24 5B 0 37 45 90 54 11
Octal 7 120 44 133 0 67 105 220 124 21
Binary 111 1010000 100100 1011011 0 110111 1000101 10010000 1010100 10001

Color Harmonies of #075024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075024

Black with #075024

Text Example


Text Example

White with #075024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075024; }

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

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

background-color css

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

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

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

border-color css

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

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

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