Html Css Color HEX #074123 British Racing Green

📋 copy color: '#074123'

red 7 ◦ green 65 ◦ blue 35

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

Shades of British Racing Green #074123

Tints of British Racing Green #074123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.71%

R = 6.54%
G = 60.75%
B = 32.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#074123 (or 0x074123) is known color: British Racing Green. HEX triplet: 07, 41 and 23. RGB value is (7,65,35). Sum of RGB (Red+Green+Blue) = 7+65+35=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #074123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074123 is #F8BEDC. Grayscale: #2C2C2C. Windows color (decimal): -16301789 or 2310407. OLE color: 2310407.

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

Color convert

RGB 7 65 35 -
CMYK 0.89 0 0.46 0.75
HSL 148.97º 0.81% 0.14% -
HSV(B) 148.97º 0.89% 0.25% -
XYZ 2.28 3.95 2.23 -
YUV 44.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 7 65 35 0.89 0 0.46 0.75 148.97 0.81 0.14
Hex 7 41 23 59 0 2E 4B 95 51 E
Octal 7 101 43 131 0 56 113 225 121 16
Binary 111 1000001 100011 1011001 0 101110 1001011 10010101 1010001 1110

Color Harmonies of #074123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074123

Black with #074123

Text Example


Text Example

White with #074123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074123; }

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

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

background-color css

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

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

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

border-color css

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

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

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