#064F1B

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

Shades of British Racing Green #064F1B

Tints of British Racing Green #064F1B

Color information

#064F1B (or 0x064F1B) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 1B. RGB value is (6,79,27). Sum of RGB (Red+Green+Blue) = 6+79+27=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #064F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F1B is #F9B0E4. Grayscale: #333333. Windows color (decimal): -16363749 or 1789702. OLE color: 1789702.

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

Color convert

RGB67927-
CMYK0.9200.660.69
HSL137.26º85.88%16.67%-
HSV(B)137.26º92.41%30.98%-
XYZ3.075.711.98-
YUV51.24114.3295.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 79 (31.25% from 255) = 70.54%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=5.36%
G=70.54%
B=24.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679270.9200.660.69137.2685.8816.67
Hex64F1B5C04245895611
Octal611733134010210521112621
Binary110100111111011101110001000010100010110001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F1B; }

 p { color: rgb(6,79,27); }

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

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

 a { background-color: rgb(6,79,27); }

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

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

 span { border-color: rgb(6,79,27); }

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