Html Css Color HEX #6C8745 Dingley

📋 copy color: '#6C8745'

red 108 ◦ green 135 ◦ blue 69

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

Shades of Dingley #6C8745

Tints of Dingley #6C8745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 34.62%
G = 43.27%
B = 22.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#6C8745 (or 0x6C8745) is known color: Dingley. HEX triplet: 6C, 87 and 45. RGB value is (108,135,69). Sum of RGB (Red+Green+Blue) = 108+135+69=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8745 is #9378BA. Grayscale: #777777. Windows color (decimal): -9664699 or 4556652. OLE color: 4556652.

HSL color Cylindrical-coordinate representation of color #6C8745: hue angle of 84.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C8745 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 69 -
CMYK 0.2 0 0.49 0.47
HSL 84.55º 0.32% 0.4% -
HSV(B) 84.55º 0.49% 0.53% -
XYZ 15.92 20.95 8.83 -
YUV 119.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 108 135 69 0.2 0 0.49 0.47 84.55 0.32 0.4
Hex 6C 87 45 14 0 31 2F 55 20 28
Octal 154 207 105 24 0 61 57 125 40 50
Binary 1101100 10000111 1000101 10100 0 110001 101111 1010101 100000 101000

Color Harmonies of #6C8745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8745

Black with #6C8745

Text Example


Text Example

White with #6C8745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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