#064725

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

Shades of British Racing Green #064725

Tints of British Racing Green #064725

Color information

#064725 (or 0x064725) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 25. RGB value is (6,71,37). Sum of RGB (Red+Green+Blue) = 6+71+37=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #064725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064725 is #F9B8DA. Grayscale: #2F2F2F. Windows color (decimal): -16365787 or 2443014. OLE color: 2443014.

HSL color Cylindrical-coordinate representation of color #064725: hue angle of 148.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064725 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB67137-
CMYK0.9200.480.72
HSL148.62º84.42%15.1%-
HSV(B)148.62º91.55%27.84%-
XYZ2.664.682.51-
YUV47.69121.9798.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=5.26%
G=62.28%
B=32.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671370.9200.480.72148.6284.4215.1
Hex647255C030489554f
Octal61074513406011022512417
Binary11010001111001011011100011000010010001001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064725; }

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

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

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

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

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

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

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

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