Html Css Color HEX #064930 British Racing Green

📋 copy color: '#064930'

red 6 ◦ green 73 ◦ blue 48

#064930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064930

Tints of British Racing Green #064930

RGB

 RED value IS 6 (2.73% from 255) = 4.72%

 GREEN value IS 73 (28.91% from 255) = 57.48%

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 4.72%
G = 57.48%
B = 37.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#064930 (or 0x064930) is known color: British Racing Green. HEX triplet: 06, 49 and 30. RGB value is (6,73,48). Sum of RGB (Red+Green+Blue) = 6+73+48=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #064930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064930 is #F9B6CF. Grayscale: #323232. Windows color (decimal): -16365264 or 3164422. OLE color: 3164422.

HSL color Cylindrical-coordinate representation of color #064930: hue angle of 157.61º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064930 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 73 48 -
CMYK 0.92 0 0.34 0.71
HSL 157.61º 0.85% 0.15% -
HSV(B) 157.61º 0.92% 0.29% -
XYZ 2.99 5.02 3.61 -
YUV 50.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 6 73 48 0.92 0 0.34 0.71 157.61 0.85 0.15
Hex 6 49 30 5C 0 22 47 9E 55 F
Octal 6 111 60 134 0 42 107 236 125 17
Binary 110 1001001 110000 1011100 0 100010 1000111 10011110 1010101 1111

Color Harmonies of #064930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064930

Black with #064930

Text Example


Text Example

White with #064930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064930; }

 p { color: rgb(6,73,48); }

 H1.HeaderClassName
 {
   color: #064930;
 }
 .AnyTagClassName
 {
   color: #064930;
 }
</style>

background-color css

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

 a { background-color: rgb(6,73,48); }

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

border-color css

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

 span { border-color: rgb(6,73,48); }

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