Html Css Color HEX #074D1B British Racing Green

📋 copy color: '#074D1B'

red 7 ◦ green 77 ◦ blue 27

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

Shades of British Racing Green #074D1B

Tints of British Racing Green #074D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 69.37%

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

R = 6.31%
G = 69.37%
B = 24.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#074D1B (or 0x074D1B) is known color: British Racing Green. HEX triplet: 07, 4D and 1B. RGB value is (7,77,27). Sum of RGB (Red+Green+Blue) = 7+77+27=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #074D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D1B is #F8B2E4. Grayscale: #323232. Windows color (decimal): -16298725 or 1789191. OLE color: 1789191.

HSL color Cylindrical-coordinate representation of color #074D1B: hue angle of 137.14º 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 #074D1B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 77 27 -
CMYK 0.91 0 0.65 0.70
HSL 137.14º 0.83% 0.16% -
HSV(B) 137.14º 0.91% 0.3% -
XYZ 2.94 5.43 1.93 -
YUV 50.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 7 77 27 0.91 0 0.65 0.70 137.14 0.83 0.16
Hex 7 4D 1B 5B 0 41 46 89 53 10
Octal 7 115 33 133 0 101 106 211 123 20
Binary 111 1001101 11011 1011011 0 1000001 1000110 10001001 1010011 10000

Color Harmonies of #074D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D1B

Black with #074D1B

Text Example


Text Example

White with #074D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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