Html Css Color HEX #6C9340 Dingley

📋 copy color: '#6C9340'

red 108 ◦ green 147 ◦ blue 64

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

Shades of Dingley #6C9340

Tints of Dingley #6C9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

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

R = 33.86%
G = 46.08%
B = 20.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#6C9340 (or 0x6C9340) is known color: Dingley. HEX triplet: 6C, 93 and 40. RGB value is (108,147,64). Sum of RGB (Red+Green+Blue) = 108+147+64=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9340 is #936CBF. Grayscale: #7E7E7E. Windows color (decimal): -9661632 or 4232044. OLE color: 4232044.

HSL color Cylindrical-coordinate representation of color #6C9340: hue angle of 88.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C9340 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 64 -
CMYK 0.27 0 0.56 0.42
HSL 88.19º 0.39% 0.41% -
HSV(B) 88.19º 0.56% 0.58% -
XYZ 17.54 24.43 8.64 -
YUV 125.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 108 147 64 0.27 0 0.56 0.42 88.19 0.39 0.41
Hex 6C 93 40 1B 0 38 2A 58 27 29
Octal 154 223 100 33 0 70 52 130 47 51
Binary 1101100 10010011 1000000 11011 0 111000 101010 1011000 100111 101001

Color Harmonies of #6C9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9340

Black with #6C9340

Text Example


Text Example

White with #6C9340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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