Html Css Color HEX #07512E British Racing Green

📋 copy color: '#07512E'

red 7 ◦ green 81 ◦ blue 46

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

Shades of British Racing Green #07512E

Tints of British Racing Green #07512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 60.45%

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

R = 5.22%
G = 60.45%
B = 34.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#07512E (or 0x07512E) is known color: British Racing Green. HEX triplet: 07, 51 and 2E. RGB value is (7,81,46). Sum of RGB (Red+Green+Blue) = 7+81+46=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #07512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07512E is #F8AED1. Grayscale: #363636. Windows color (decimal): -16297682 or 3035399. OLE color: 3035399.

HSL color Cylindrical-coordinate representation of color #07512E: hue angle of 151.62º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07512E is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 81 46 -
CMYK 0.91 0 0.43 0.68
HSL 151.62º 0.84% 0.17% -
HSV(B) 151.62º 0.91% 0.32% -
XYZ 3.52 6.13 3.58 -
YUV 54.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 7 81 46 0.91 0 0.43 0.68 151.62 0.84 0.17
Hex 7 51 2E 5B 0 2B 44 98 54 11
Octal 7 121 56 133 0 53 104 230 124 21
Binary 111 1010001 101110 1011011 0 101011 1000100 10011000 1010100 10001

Color Harmonies of #07512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07512E

Black with #07512E

Text Example


Text Example

White with #07512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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