Html Css Color HEX #6B8050 Dingley

📋 copy color: '#6B8050'

red 107 ◦ green 128 ◦ blue 80

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

Shades of Dingley #6B8050

Tints of Dingley #6B8050

RGB

 RED value IS 107 (42.19% from 255) = 33.97%

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 33.97%
G = 40.63%
B = 25.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#6B8050 (or 0x6B8050) is known color: Dingley. HEX triplet: 6B, 80 and 50. RGB value is (107,128,80). Sum of RGB (Red+Green+Blue) = 107+128+80=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8050 is #947FAF. Grayscale: #747474. Windows color (decimal): -9732016 or 5275755. OLE color: 5275755.

HSL color Cylindrical-coordinate representation of color #6B8050: hue angle of 86.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8050 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 80 -
CMYK 0.16 0 0.38 0.50
HSL 86.25º 0.23% 0.41% -
HSV(B) 86.25º 0.38% 0.5% -
XYZ 15.23 19.14 10.48 -
YUV 116.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 107 128 80 0.16 0 0.38 0.50 86.25 0.23 0.41
Hex 6B 80 50 10 0 26 32 56 17 29
Octal 153 200 120 20 0 46 62 126 27 51
Binary 1101011 10000000 1010000 10000 0 100110 110010 1010110 10111 101001

Color Harmonies of #6B8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8050

Black with #6B8050

Text Example


Text Example

White with #6B8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B8050; }

 p { color: rgb(107,128,80); }

 H1.HeaderClassName
 {
   color: #6B8050;
 }
 .AnyTagClassName
 {
   color: #6B8050;
 }
</style>

background-color css

<style>
 a { background-color: #6B8050; }

 a { background-color: rgb(107,128,80); }

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

border-color css

<style>
 span { border-color: #6B8050; }

 span { border-color: rgb(107,128,80); }

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