Html Css Color HEX #074C1B British Racing Green

📋 copy color: '#074C1B'

red 7 ◦ green 76 ◦ blue 27

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

Shades of British Racing Green #074C1B

Tints of British Racing Green #074C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 69.09%

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 6.36%
G = 69.09%
B = 24.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#074C1B (or 0x074C1B) is known color: British Racing Green. HEX triplet: 07, 4C and 1B. RGB value is (7,76,27). Sum of RGB (Red+Green+Blue) = 7+76+27=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #074C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C1B is #F8B3E4. Grayscale: #313131. Windows color (decimal): -16298981 or 1788935. OLE color: 1788935.

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

Color convert

RGB 7 76 27 -
CMYK 0.91 0 0.64 0.70
HSL 137.39º 0.83% 0.16% -
HSV(B) 137.39º 0.91% 0.3% -
XYZ 2.87 5.29 1.91 -
YUV 49.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 7 76 27 0.91 0 0.64 0.70 137.39 0.83 0.16
Hex 7 4C 1B 5B 0 40 46 89 53 10
Octal 7 114 33 133 0 100 106 211 123 20
Binary 111 1001100 11011 1011011 0 1000000 1000110 10001001 1010011 10000

Color Harmonies of #074C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C1B

Black with #074C1B

Text Example


Text Example

White with #074C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,27); }

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

background-color css

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

 a { background-color: rgb(7,76,27); }

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

border-color css

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

 span { border-color: rgb(7,76,27); }

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