Html Css Color HEX #074625 British Racing Green

📋 copy color: '#074625'

red 7 ◦ green 70 ◦ blue 37

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

Shades of British Racing Green #074625

Tints of British Racing Green #074625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 61.4%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 6.14%
G = 61.4%
B = 32.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#074625 (or 0x074625) is known color: British Racing Green. HEX triplet: 07, 46 and 25. RGB value is (7,70,37). Sum of RGB (Red+Green+Blue) = 7+70+37=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #074625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074625 is #F8B9DA. Grayscale: #2F2F2F. Windows color (decimal): -16300507 or 2442759. OLE color: 2442759.

HSL color Cylindrical-coordinate representation of color #074625: hue angle of 148.57º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074625 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 70 37 -
CMYK 0.90 0 0.47 0.73
HSL 148.57º 0.82% 0.15% -
HSV(B) 148.57º 0.9% 0.27% -
XYZ 2.61 4.56 2.49 -
YUV 47.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 7 70 37 0.90 0 0.47 0.73 148.57 0.82 0.15
Hex 7 46 25 5A 0 2F 49 95 52 F
Octal 7 106 45 132 0 57 111 225 122 17
Binary 111 1000110 100101 1011010 0 101111 1001001 10010101 1010010 1111

Color Harmonies of #074625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074625

Black with #074625

Text Example


Text Example

White with #074625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074625; }

 p { color: rgb(7,70,37); }

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

background-color css

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

 a { background-color: rgb(7,70,37); }

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

border-color css

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

 span { border-color: rgb(7,70,37); }

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