Html Css Color HEX #6C9040 Dingley

📋 copy color: '#6C9040'

red 108 ◦ green 144 ◦ blue 64

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

Shades of Dingley #6C9040

Tints of Dingley #6C9040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 34.18%
G = 45.57%
B = 20.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#6C9040 (or 0x6C9040) is known color: Dingley. HEX triplet: 6C, 90 and 40. RGB value is (108,144,64). Sum of RGB (Red+Green+Blue) = 108+144+64=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9040 is #936FBF. Grayscale: #7C7C7C. Windows color (decimal): -9662400 or 4231276. OLE color: 4231276.

HSL color Cylindrical-coordinate representation of color #6C9040: hue angle of 87º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C9040 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 64 -
CMYK 0.25 0 0.56 0.44
HSL 87º 0.38% 0.41% -
HSV(B) 87º 0.56% 0.56% -
XYZ 17.08 23.5 8.49 -
YUV 124.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 108 144 64 0.25 0 0.56 0.44 87 0.38 0.41
Hex 6C 90 40 19 0 38 2C 57 26 29
Octal 154 220 100 31 0 70 54 127 46 51
Binary 1101100 10010000 1000000 11001 0 111000 101100 1010111 100110 101001

Color Harmonies of #6C9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9040

Black with #6C9040

Text Example


Text Example

White with #6C9040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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