#084625

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

Shades of British Racing Green #084625

Tints of British Racing Green #084625

Color information

#084625 (or 0x084625) is unknown color: approx British Racing Green. HEX triplet: 08, 46 and 25. RGB value is (8,70,37). Sum of RGB (Red+Green+Blue) = 8+70+37=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #084625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084625 is #F7B9DA. Grayscale: #2F2F2F. Windows color (decimal): -16234971 or 2442760. OLE color: 2442760.

HSL color Cylindrical-coordinate representation of color #084625: hue angle of 148.06º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084625 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB87037-
CMYK0.8900.470.73
HSL148.06º79.49%15.29%-
HSV(B)148.06º88.57%27.45%-
XYZ2.624.572.49-
YUV47.7121.9699.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=6.96%
G=60.87%
B=32.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870370.8900.470.73148.0679.4915.29
Hex846255902F49944ff
Octal101064513105711122411717
Binary100010001101001011011001010111110010011001010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084625; }

 p { color: rgb(8,70,37); }

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

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

 a { background-color: rgb(8,70,37); }

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

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

 span { border-color: rgb(8,70,37); }

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