Html Css Color HEX #07502E British Racing Green

📋 copy color: '#07502E'

red 7 ◦ green 80 ◦ blue 46

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

Shades of British Racing Green #07502E

Tints of British Racing Green #07502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.59%

R = 5.26%
G = 60.15%
B = 34.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#07502E (or 0x07502E) is known color: British Racing Green. HEX triplet: 07, 50 and 2E. RGB value is (7,80,46). Sum of RGB (Red+Green+Blue) = 7+80+46=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #07502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502E is #F8AFD1. Grayscale: #363636. Windows color (decimal): -16297938 or 3035143. OLE color: 3035143.

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

Color convert

RGB 7 80 46 -
CMYK 0.91 0 0.42 0.69
HSL 152.05º 0.84% 0.17% -
HSV(B) 152.05º 0.91% 0.31% -
XYZ 3.45 5.98 3.56 -
YUV 54.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 7 80 46 0.91 0 0.42 0.69 152.05 0.84 0.17
Hex 7 50 2E 5B 0 2A 45 98 54 11
Octal 7 120 56 133 0 52 105 230 124 21
Binary 111 1010000 101110 1011011 0 101010 1000101 10011000 1010100 10001

Color Harmonies of #07502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07502E

Black with #07502E

Text Example


Text Example

White with #07502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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