Html Css Color HEX #064B27 British Racing Green

📋 copy color: '#064B27'

red 6 ◦ green 75 ◦ blue 39

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

Shades of British Racing Green #064B27

Tints of British Racing Green #064B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 62.5%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 5%
G = 62.5%
B = 32.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#064B27 (or 0x064B27) is known color: British Racing Green. HEX triplet: 06, 4B and 27. RGB value is (6,75,39). Sum of RGB (Red+Green+Blue) = 6+75+39=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #064B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B27 is #F9B4D8. Grayscale: #323232. Windows color (decimal): -16364761 or 2575110. OLE color: 2575110.

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

Color convert

RGB 6 75 39 -
CMYK 0.92 0 0.48 0.71
HSL 148.7º 0.85% 0.16% -
HSV(B) 148.7º 0.92% 0.29% -
XYZ 2.96 5.22 2.77 -
YUV 50.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 6 75 39 0.92 0 0.48 0.71 148.7 0.85 0.16
Hex 6 4B 27 5C 0 30 47 95 55 10
Octal 6 113 47 134 0 60 107 225 125 20
Binary 110 1001011 100111 1011100 0 110000 1000111 10010101 1010101 10000

Color Harmonies of #064B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B27

Black with #064B27

Text Example


Text Example

White with #064B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,75,39); }

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

background-color css

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

 a { background-color: rgb(6,75,39); }

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

border-color css

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

 span { border-color: rgb(6,75,39); }

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