Html Css Color HEX #074C26 British Racing Green

📋 copy color: '#074C26'

red 7 ◦ green 76 ◦ blue 38

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

Shades of British Racing Green #074C26

Tints of British Racing Green #074C26

RGB

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

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

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

R = 5.79%
G = 62.81%
B = 31.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#074C26 (or 0x074C26) is known color: British Racing Green. HEX triplet: 07, 4C and 26. RGB value is (7,76,38). Sum of RGB (Red+Green+Blue) = 7+76+38=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #074C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C26 is #F8B3D9. Grayscale: #333333. Windows color (decimal): -16298970 or 2509831. OLE color: 2509831.

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

Color convert

RGB 7 76 38 -
CMYK 0.91 0 0.5 0.70
HSL 146.96º 0.83% 0.16% -
HSV(B) 146.96º 0.91% 0.3% -
XYZ 3.02 5.35 2.71 -
YUV 51.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 7 76 38 0.91 0 0.5 0.70 146.96 0.83 0.16
Hex 7 4C 26 5B 0 32 46 93 53 10
Octal 7 114 46 133 0 62 106 223 123 20
Binary 111 1001100 100110 1011011 0 110010 1000110 10010011 1010011 10000

Color Harmonies of #074C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C26

Black with #074C26

Text Example


Text Example

White with #074C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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