Html Css Color HEX #074B1A British Racing Green

📋 copy color: '#074B1A'

red 7 ◦ green 75 ◦ blue 26

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

Shades of British Racing Green #074B1A

Tints of British Racing Green #074B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 69.44%

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 6.48%
G = 69.44%
B = 24.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#074B1A (or 0x074B1A) is known color: British Racing Green. HEX triplet: 07, 4B and 1A. RGB value is (7,75,26). Sum of RGB (Red+Green+Blue) = 7+75+26=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1A is #F8B4E5. Grayscale: #313131. Windows color (decimal): -16299238 or 1723143. OLE color: 1723143.

HSL color Cylindrical-coordinate representation of color #074B1A: hue angle of 136.76º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B1A is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 75 26 -
CMYK 0.91 0 0.65 0.71
HSL 136.76º 0.83% 0.16% -
HSV(B) 136.76º 0.91% 0.29% -
XYZ 2.79 5.15 1.82 -
YUV 49.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 7 75 26 0.91 0 0.65 0.71 136.76 0.83 0.16
Hex 7 4B 1A 5B 0 41 47 89 53 10
Octal 7 113 32 133 0 101 107 211 123 20
Binary 111 1001011 11010 1011011 0 1000001 1000111 10001001 1010011 10000

Color Harmonies of #074B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B1A

Black with #074B1A

Text Example


Text Example

White with #074B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074B1A; }

 p { color: rgb(7,75,26); }

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

background-color css

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

 a { background-color: rgb(7,75,26); }

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

border-color css

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

 span { border-color: rgb(7,75,26); }

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