Html Css Color HEX #07502A British Racing Green

📋 copy color: '#07502A'

red 7 ◦ green 80 ◦ blue 42

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

Shades of British Racing Green #07502A

Tints of British Racing Green #07502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 5.43%
G = 62.02%
B = 32.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#07502A (or 0x07502A) is known color: British Racing Green. HEX triplet: 07, 50 and 2A. RGB value is (7,80,42). Sum of RGB (Red+Green+Blue) = 7+80+42=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #07502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502A is #F8AFD5. Grayscale: #353535. Windows color (decimal): -16297942 or 2772999. OLE color: 2772999.

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

Color convert

RGB 7 80 42 -
CMYK 0.91 0 0.48 0.69
HSL 148.77º 0.84% 0.17% -
HSV(B) 148.77º 0.91% 0.31% -
XYZ 3.37 5.95 3.16 -
YUV 53.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 7 80 42 0.91 0 0.48 0.69 148.77 0.84 0.17
Hex 7 50 2A 5B 0 30 45 95 54 11
Octal 7 120 52 133 0 60 105 225 124 21
Binary 111 1010000 101010 1011011 0 110000 1000101 10010101 1010100 10001

Color Harmonies of #07502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07502A

Black with #07502A

Text Example


Text Example

White with #07502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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