#065025

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

Shades of British Racing Green #065025

Tints of British Racing Green #065025

Color information

#065025 (or 0x065025) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 25. RGB value is (6,80,37). Sum of RGB (Red+Green+Blue) = 6+80+37=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #065025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065025 is #F9AFDA. Grayscale: #353535. Windows color (decimal): -16363483 or 2445318. OLE color: 2445318.

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

Color convert

RGB68037-
CMYK0.9200.540.69
HSL145.14º86.05%16.86%-
HSV(B)145.14º92.5%31.37%-
XYZ3.285.912.72-
YUV52.97118.9894.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=4.88%
G=65.04%
B=30.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680370.9200.540.69145.1486.0516.86
Hex650255C03645915611
Octal61204513406610522112621
Binary110101000010010110111000110110100010110010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065025; }

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

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

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

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

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

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

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

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