Html Css Color HEX #084620 British Racing Green

📋 copy color: '#084620'

red 8 ◦ green 70 ◦ blue 32

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

Shades of British Racing Green #084620

Tints of British Racing Green #084620

RGB

 RED value IS 8 (3.52% from 255) = 7.27%

 GREEN value IS 70 (27.73% from 255) = 63.64%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 7.27%
G = 63.64%
B = 29.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#084620 (or 0x084620) is known color: British Racing Green. HEX triplet: 08, 46 and 20. RGB value is (8,70,32). Sum of RGB (Red+Green+Blue) = 8+70+32=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #084620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084620 is #F7B9DF. Grayscale: #2F2F2F. Windows color (decimal): -16234976 or 2115080. OLE color: 2115080.

HSL color Cylindrical-coordinate representation of color #084620: hue angle of 143.23º 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 #084620 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 32 -
CMYK 0.89 0 0.54 0.73
HSL 143.23º 0.79% 0.15% -
HSV(B) 143.23º 0.89% 0.27% -
XYZ 2.55 4.54 2.11 -
YUV 47.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 8 70 32 0.89 0 0.54 0.73 143.23 0.79 0.15
Hex 8 46 20 59 0 36 49 8F 4F F
Octal 10 106 40 131 0 66 111 217 117 17
Binary 1000 1000110 100000 1011001 0 110110 1001001 10001111 1001111 1111

Color Harmonies of #084620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084620

Black with #084620

Text Example


Text Example

White with #084620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084620; }

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

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

background-color css

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

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

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

border-color css

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

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

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