Html Css Color HEX #074125 British Racing Green

📋 copy color: '#074125'

red 7 ◦ green 65 ◦ blue 37

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

Shades of British Racing Green #074125

Tints of British Racing Green #074125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.63%

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

R = 6.42%
G = 59.63%
B = 33.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#074125 (or 0x074125) is known color: British Racing Green. HEX triplet: 07, 41 and 25. RGB value is (7,65,37). Sum of RGB (Red+Green+Blue) = 7+65+37=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #074125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074125 is #F8BEDA. Grayscale: #2C2C2C. Windows color (decimal): -16301787 or 2441479. OLE color: 2441479.

HSL color Cylindrical-coordinate representation of color #074125: hue angle of 151.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074125 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 37 -
CMYK 0.89 0 0.43 0.75
HSL 151.03º 0.81% 0.14% -
HSV(B) 151.03º 0.89% 0.25% -
XYZ 2.31 3.96 2.39 -
YUV 44.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 7 65 37 0.89 0 0.43 0.75 151.03 0.81 0.14
Hex 7 41 25 59 0 2B 4B 97 51 E
Octal 7 101 45 131 0 53 113 227 121 16
Binary 111 1000001 100101 1011001 0 101011 1001011 10010111 1010001 1110

Color Harmonies of #074125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074125

Black with #074125

Text Example


Text Example

White with #074125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074125; }

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

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

background-color css

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

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

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

border-color css

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

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

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