#065020

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

Shades of British Racing Green #065020

Tints of British Racing Green #065020

Color information

#065020 (or 0x065020) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 20. RGB value is (6,80,32). Sum of RGB (Red+Green+Blue) = 6+80+32=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #065020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065020 is #F9AFDF. Grayscale: #343434. Windows color (decimal): -16363488 or 2117638. OLE color: 2117638.

HSL color Cylindrical-coordinate representation of color #065020: hue angle of 141.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065020 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB68032-
CMYK0.9200.600.69
HSL141.08º86.05%16.86%-
HSV(B)141.08º92.5%31.37%-
XYZ3.25.882.33-
YUV52.4116.4894.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=5.08%
G=67.80%
B=27.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680320.9200.600.69141.0886.0516.86
Hex650205C03C458d5611
Octal61204013407410521512621
Binary110101000010000010111000111100100010110001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065020; }

 p { color: rgb(6,80,32); }

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

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

 a { background-color: rgb(6,80,32); }

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

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

 span { border-color: rgb(6,80,32); }

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