#065023

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

Shades of British Racing Green #065023

Tints of British Racing Green #065023

Color information

#065023 (or 0x065023) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 23. RGB value is (6,80,35). Sum of RGB (Red+Green+Blue) = 6+80+35=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #065023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065023 is #F9AFDC. Grayscale: #343434. Windows color (decimal): -16363485 or 2314246. OLE color: 2314246.

HSL color Cylindrical-coordinate representation of color #065023: hue angle of 143.51º 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 #065023 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB68035-
CMYK0.9200.560.69
HSL143.51º86.05%16.86%-
HSV(B)143.51º92.5%31.37%-
XYZ3.255.92.56-
YUV52.74117.9894.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=4.96%
G=66.12%
B=28.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680350.9200.560.69143.5186.0516.86
Hex650235C03845905611
Octal61204313407010522012621
Binary110101000010001110111000111000100010110010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065023; }

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

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

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

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

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

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

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

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