Html Css Color HEX #06501F British Racing Green

📋 copy color: '#06501F'

red 6 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #06501F

Tints of British Racing Green #06501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.38%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 5.13%
G = 68.38%
B = 26.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#06501F (or 0x06501F) is known color: British Racing Green. HEX triplet: 06, 50 and 1F. RGB value is (6,80,31). Sum of RGB (Red+Green+Blue) = 6+80+31=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #06501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06501F is #F9AFE0. Grayscale: #343434. Windows color (decimal): -16363489 or 2052102. OLE color: 2052102.

HSL color Cylindrical-coordinate representation of color #06501F: hue angle of 140.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06501F is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 31 -
CMYK 0.92 0 0.61 0.69
HSL 140.27º 0.86% 0.17% -
HSV(B) 140.27º 0.93% 0.31% -
XYZ 3.19 5.87 2.26 -
YUV 52.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 6 80 31 0.92 0 0.61 0.69 140.27 0.86 0.17
Hex 6 50 1F 5C 0 3D 45 8C 56 11
Octal 6 120 37 134 0 75 105 214 126 21
Binary 110 1010000 11111 1011100 0 111101 1000101 10001100 1010110 10001

Color Harmonies of #06501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06501F

Black with #06501F

Text Example


Text Example

White with #06501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06501F; }

 p { color: rgb(6,80,31); }

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

background-color css

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

 a { background-color: rgb(6,80,31); }

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

border-color css

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

 span { border-color: rgb(6,80,31); }

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