Html Css Color HEX #6C8A45 Dingley

📋 copy color: '#6C8A45'

red 108 ◦ green 138 ◦ blue 69

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

Shades of Dingley #6C8A45

Tints of Dingley #6C8A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 34.29%
G = 43.81%
B = 21.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#6C8A45 (or 0x6C8A45) is known color: Dingley. HEX triplet: 6C, 8A and 45. RGB value is (108,138,69). Sum of RGB (Red+Green+Blue) = 108+138+69=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A45 is #9375BA. Grayscale: #797979. Windows color (decimal): -9663931 or 4557420. OLE color: 4557420.

HSL color Cylindrical-coordinate representation of color #6C8A45: hue angle of 86.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C8A45 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 138 69 -
CMYK 0.22 0 0.5 0.46
HSL 86.09º 0.33% 0.41% -
HSV(B) 86.09º 0.5% 0.54% -
XYZ 16.35 21.79 8.98 -
YUV 121.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 108 138 69 0.22 0 0.5 0.46 86.09 0.33 0.41
Hex 6C 8A 45 16 0 32 2E 56 21 29
Octal 154 212 105 26 0 62 56 126 41 51
Binary 1101100 10001010 1000101 10110 0 110010 101110 1010110 100001 101001

Color Harmonies of #6C8A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8A45

Black with #6C8A45

Text Example


Text Example

White with #6C8A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,69); }

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

background-color css

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

 a { background-color: rgb(108,138,69); }

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

border-color css

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

 span { border-color: rgb(108,138,69); }

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