Html Css Color HEX #06502D British Racing Green

📋 copy color: '#06502D'

red 6 ◦ green 80 ◦ blue 45

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

Shades of British Racing Green #06502D

Tints of British Racing Green #06502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 4.58%
G = 61.07%
B = 34.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#06502D (or 0x06502D) is known color: British Racing Green. HEX triplet: 06, 50 and 2D. RGB value is (6,80,45). Sum of RGB (Red+Green+Blue) = 6+80+45=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #06502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06502D is #F9AFD2. Grayscale: #353535. Windows color (decimal): -16363475 or 2969606. OLE color: 2969606.

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

Color convert

RGB 6 80 45 -
CMYK 0.92 0 0.44 0.69
HSL 151.62º 0.86% 0.17% -
HSV(B) 151.62º 0.93% 0.31% -
XYZ 3.42 5.97 3.45 -
YUV 53.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 6 80 45 0.92 0 0.44 0.69 151.62 0.86 0.17
Hex 6 50 2D 5C 0 2C 45 98 56 11
Octal 6 120 55 134 0 54 105 230 126 21
Binary 110 1010000 101101 1011100 0 101100 1000101 10011000 1010110 10001

Color Harmonies of #06502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06502D

Black with #06502D

Text Example


Text Example

White with #06502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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