Html Css Color HEX #064722 British Racing Green

📋 copy color: '#064722'

red 6 ◦ green 71 ◦ blue 34

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

Shades of British Racing Green #064722

Tints of British Racing Green #064722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 63.96%

 BLUE value IS 34 (13.67% from 255) = 30.63%

R = 5.41%
G = 63.96%
B = 30.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#064722 (or 0x064722) is known color: British Racing Green. HEX triplet: 06, 47 and 22. RGB value is (6,71,34). Sum of RGB (Red+Green+Blue) = 6+71+34=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #064722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064722 is #F9B8DD. Grayscale: #2F2F2F. Windows color (decimal): -16365790 or 2246406. OLE color: 2246406.

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

Color convert

RGB 6 71 34 -
CMYK 0.92 0 0.52 0.72
HSL 145.85º 0.84% 0.15% -
HSV(B) 145.85º 0.92% 0.28% -
XYZ 2.62 4.66 2.28 -
YUV 47.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 6 71 34 0.92 0 0.52 0.72 145.85 0.84 0.15
Hex 6 47 22 5C 0 34 48 92 54 F
Octal 6 107 42 134 0 64 110 222 124 17
Binary 110 1000111 100010 1011100 0 110100 1001000 10010010 1010100 1111

Color Harmonies of #064722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064722

Black with #064722

Text Example


Text Example

White with #064722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064722; }

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

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

background-color css

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

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

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

border-color css

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

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

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