Html Css Color HEX #6C8B40 Dingley

📋 copy color: '#6C8B40'

red 108 ◦ green 139 ◦ blue 64

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

Shades of Dingley #6C8B40

Tints of Dingley #6C8B40

RGB

 RED value IS 108 (42.58% from 255) = 34.73%

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 34.73%
G = 44.69%
B = 20.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#6C8B40 (or 0x6C8B40) is known color: Dingley. HEX triplet: 6C, 8B and 40. RGB value is (108,139,64). Sum of RGB (Red+Green+Blue) = 108+139+64=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8B40 is #9374BF. Grayscale: #797979. Windows color (decimal): -9663680 or 4229996. OLE color: 4229996.

HSL color Cylindrical-coordinate representation of color #6C8B40: hue angle of 84.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C8B40 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 139 64 -
CMYK 0.22 0 0.54 0.45
HSL 84.8º 0.37% 0.4% -
HSV(B) 84.8º 0.54% 0.55% -
XYZ 16.34 22.02 8.24 -
YUV 121.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 108 139 64 0.22 0 0.54 0.45 84.8 0.37 0.4
Hex 6C 8B 40 16 0 36 2D 55 25 28
Octal 154 213 100 26 0 66 55 125 45 50
Binary 1101100 10001011 1000000 10110 0 110110 101101 1010101 100101 101000

Color Harmonies of #6C8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8B40

Black with #6C8B40

Text Example


Text Example

White with #6C8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,64); }

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

background-color css

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

 a { background-color: rgb(108,139,64); }

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

border-color css

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

 span { border-color: rgb(108,139,64); }

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