Html Css Color HEX #064F1B British Racing Green

📋 copy color: '#064F1B'

red 6 ◦ green 79 ◦ blue 27

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

Shades of British Racing Green #064F1B

Tints of British Racing Green #064F1B

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 value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#064F1B (or 0x064F1B) is known color: 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

RGB 6 79 27 -
CMYK 0.92 0 0.66 0.69
HSL 137.26º 0.86% 0.17% -
HSV(B) 137.26º 0.92% 0.31% -
XYZ 3.07 5.71 1.98 -
YUV 51.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 6 79 27 0.92 0 0.66 0.69 137.26 0.86 0.17
Hex 6 4F 1B 5C 0 42 45 89 56 11
Octal 6 117 33 134 0 102 105 211 126 21
Binary 110 1001111 11011 1011100 0 1000010 1000101 10001001 1010110 10001

Color Harmonies of #064F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F1B

Black with #064F1B

Text Example


Text Example

White with #064F1B

Text Example


Text Example

HTML Codes & Css Web 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>