#074921

Color #074921 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074921

Tints of British Racing Green #074921

Color information

#074921 (or 0x074921) is unknown color: approx British Racing Green. HEX triplet: 07, 49 and 21. RGB value is (7,73,33). Sum of RGB (Red+Green+Blue) = 7+73+33=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #074921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074921 is #F8B6DE. Grayscale: #303030. Windows color (decimal): -16299743 or 2181383. OLE color: 2181383.

HSL color Cylindrical-coordinate representation of color #074921: hue angle of 143.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074921 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB77333-
CMYK0.9000.550.71
HSL143.64º82.5%15.69%-
HSV(B)143.64º90.41%28.63%-
XYZ2.744.922.24-
YUV48.71119.1398.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 73 (28.91% from 255) = 64.60%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=6.19%
G=64.60%
B=29.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773330.9000.550.71143.6482.515.69
Hex749215A03747905210
Octal71114113206710722012220
Binary111100100110000110110100110111100011110010000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074921; }

 p { color: rgb(7,73,33); }

 H1.HeaderClassName
 {
   color: #074921;
 }
 .AnyTagClassName
 {
   color: #074921;
 }
</style>
background-color css

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

 a { background-color: rgb(7,73,33); }

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

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

 span { border-color: rgb(7,73,33); }

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