#094720

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

Shades of British Racing Green #094720

Tints of British Racing Green #094720

Color information

#094720 (or 0x094720) is unknown color: approx British Racing Green. HEX triplet: 09, 47 and 20. RGB value is (9,71,32). Sum of RGB (Red+Green+Blue) = 9+71+32=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #094720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094720 is #F6B8DF. Grayscale: #303030. Windows color (decimal): -16169184 or 2115337. OLE color: 2115337.

HSL color Cylindrical-coordinate representation of color #094720: hue angle of 142.26º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094720 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB97132-
CMYK0.8700.550.72
HSL142.26º77.5%15.69%-
HSV(B)142.26º87.32%27.84%-
XYZ2.634.672.13-
YUV48.02118.96100.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 71 (28.12% from 255) = 63.39%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=8.04%
G=63.39%
B=28.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971320.8700.550.72142.2677.515.69
Hex9472057037488e4e10
Octal111074012706711021611620
Binary1001100011110000010101110110111100100010001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094720; }

 p { color: rgb(9,71,32); }

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

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

 a { background-color: rgb(9,71,32); }

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

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

 span { border-color: rgb(9,71,32); }

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