Html Css Color HEX #07501F British Racing Green

📋 copy color: '#07501F'

red 7 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #07501F

Tints of British Racing Green #07501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 5.93%
G = 67.8%
B = 26.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#07501F (or 0x07501F) is known color: British Racing Green. HEX triplet: 07, 50 and 1F. RGB value is (7,80,31). Sum of RGB (Red+Green+Blue) = 7+80+31=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #07501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07501F is #F8AFE0. Grayscale: #343434. Windows color (decimal): -16297953 or 2052103. OLE color: 2052103.

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

Color convert

RGB 7 80 31 -
CMYK 0.91 0 0.61 0.69
HSL 139.73º 0.84% 0.17% -
HSV(B) 139.73º 0.91% 0.31% -
XYZ 3.2 5.88 2.26 -
YUV 52.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 7 80 31 0.91 0 0.61 0.69 139.73 0.84 0.17
Hex 7 50 1F 5B 0 3D 45 8C 54 11
Octal 7 120 37 133 0 75 105 214 124 21
Binary 111 1010000 11111 1011011 0 111101 1000101 10001100 1010100 10001

Color Harmonies of #07501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07501F

Black with #07501F

Text Example


Text Example

White with #07501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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