#065022

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

Shades of British Racing Green #065022

Tints of British Racing Green #065022

Color information

#065022 (or 0x065022) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 22. RGB value is (6,80,34). Sum of RGB (Red+Green+Blue) = 6+80+34=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #065022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065022 is #F9AFDD. Grayscale: #343434. Windows color (decimal): -16363486 or 2248710. OLE color: 2248710.

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

Color convert

RGB68034-
CMYK0.9200.580.69
HSL142.7º86.05%16.86%-
HSV(B)142.7º92.5%31.37%-
XYZ3.235.892.48-
YUV52.63117.4894.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 80 (31.64% from 255) = 66.67%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=5%
G=66.67%
B=28.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680340.9200.580.69142.786.0516.86
Hex650225C03A458f5611
Octal61204213407210521712621
Binary110101000010001010111000111010100010110001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065022; }

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

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

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

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

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

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

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

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