Html Css Color HEX #06501D British Racing Green

📋 copy color: '#06501D'

red 6 ◦ green 80 ◦ blue 29

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

Shades of British Racing Green #06501D

Tints of British Racing Green #06501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 5.22%
G = 69.57%
B = 25.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#06501D (or 0x06501D) is known color: British Racing Green. HEX triplet: 06, 50 and 1D. RGB value is (6,80,29). Sum of RGB (Red+Green+Blue) = 6+80+29=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #06501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06501D is #F9AFE2. Grayscale: #343434. Windows color (decimal): -16363491 or 1921030. OLE color: 1921030.

HSL color Cylindrical-coordinate representation of color #06501D: hue angle of 138.65º 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 #06501D is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 29 -
CMYK 0.92 0 0.64 0.69
HSL 138.65º 0.86% 0.17% -
HSV(B) 138.65º 0.93% 0.31% -
XYZ 3.17 5.86 2.13 -
YUV 52.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 6 80 29 0.92 0 0.64 0.69 138.65 0.86 0.17
Hex 6 50 1D 5C 0 40 45 8B 56 11
Octal 6 120 35 134 0 100 105 213 126 21
Binary 110 1010000 11101 1011100 0 1000000 1000101 10001011 1010110 10001

Color Harmonies of #06501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06501D

Black with #06501D

Text Example


Text Example

White with #06501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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