Html Css Color HEX #074126 British Racing Green

📋 copy color: '#074126'

red 7 ◦ green 65 ◦ blue 38

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

Shades of British Racing Green #074126

Tints of British Racing Green #074126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.55%

R = 6.36%
G = 59.09%
B = 34.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#074126 (or 0x074126) is known color: British Racing Green. HEX triplet: 07, 41 and 26. RGB value is (7,65,38). Sum of RGB (Red+Green+Blue) = 7+65+38=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #074126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074126 is #F8BED9. Grayscale: #2C2C2C. Windows color (decimal): -16301786 or 2507015. OLE color: 2507015.

HSL color Cylindrical-coordinate representation of color #074126: hue angle of 152.07º 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 #074126 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 38 -
CMYK 0.89 0 0.42 0.75
HSL 152.07º 0.81% 0.14% -
HSV(B) 152.07º 0.89% 0.25% -
XYZ 2.33 3.97 2.48 -
YUV 44.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 7 65 38 0.89 0 0.42 0.75 152.07 0.81 0.14
Hex 7 41 26 59 0 2A 4B 98 51 E
Octal 7 101 46 131 0 52 113 230 121 16
Binary 111 1000001 100110 1011001 0 101010 1001011 10011000 1010001 1110

Color Harmonies of #074126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074126

Black with #074126

Text Example


Text Example

White with #074126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074126; }

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

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

background-color css

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

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

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

border-color css

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

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

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